Desktop Components ShowcaseMobile Components Showcase
ace:gMapOverlay - Overview

<ace:gMapOverlay> allows for users to define their own shapes on a gMap.


Latitude Longitude Options
1:  
2:  
3:  

Options are set as name:value, and are separated by commas.

Relevant section of the Google Maps API: Map Marker


A few good example options are 'flat:true', which will remove the 3d 'shadow' from the marker, and 'draggable:false', which will force the marker into one position.

Source Code