Option | Type | Description |
---|---|---|
lat | float | Latitude (required) |
lon | float | Longitude (required) |
title | string | Link title for the menu |
html | string |
Html content for the infowindow String %index will be replaced with the location index String %title will be replaced with the content of the title |
icon | string/uri | Icon for the marker |
zoom | integer | Zoom level when focus the marker |
show_infowindow | boolean | Force to show or not the infowindow, true by default |
visible | boolean | If true, the marker is visible, false by default |
animation | Object |
Animation options as defined by Google. |
stopover | boolean |
Available in type: directions If true, indicates that this waypoint is a stop between the origin and destination. This has the effect of splitting the route in two. false by default |
stroke_options | Object |
Stroke options as defined by Google. Defines the style of the circle specific for each location. |
circle_options | Object |
Available in type: circle Circle options as defined by Google. Defines the options of the circle specific for each location. |
* | Whatever you want to pass and catch in your menu function. | |
For other options please refer to Google page |
@LOCATIONS