|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--MMMarkerOptions
Defined in MultimapOpenAPI
| Field Summary | |
boolean |
draggable
Specifies that this marker can be dragged to a new location on the map. |
MMIcon |
icon
The icon to display in this marker. |
boolean |
inert
Used to specify that this marker should not respond to clicks. |
String |
label
This is a label to display in a tool tip for this marker. |
String |
text
Text to display on top of the marker. |
integer |
zIndex
This sets a zIndex to this marker specifically: it overrides the MMIcon.zIndex property. |
| Constructor Summary | |
MMMarkerOptions
( )
This class represents the optional arguments that can be passed to an MMMarkerOverlay constructor or the MultimapViewer.createMarker() method - it has no constructor, but is instantiated as an object literal, e.g., { 'text' : '1', 'draggable' : true }. |
|
| Field Detail |
boolean draggable
MMIcon icon
boolean inert
String label
String text
integer zIndex
| Constructor Detail |
MMMarkerOptions( )
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||