+1
How do you place a custom pin on your current location?
Trying to place a custom designed marker on a map onto the current location "blue dot." It'd be ideal if this happened after touching a button.
Customer support service by UserEcho
If you want to replace the pin with an image, use an attribute of image="" and populate the value with an image stored in your App.
<class name="office">
<annotation name="office" location="39.093606 -94.583316" image="image.png" >
</annotation>
</class>
You would have to add currentlocation="yes" to your map tag to achieve this.
(assign property="var:currentloc" value="[object:MAP.location]"/)
(assign property="object:ANNOTATION.location" value="[var:currentloc]"/)