Class MMMarkerOptions

Object
   |
   +--MMMarkerOptions

class 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

draggable

boolean draggable

icon

MMIcon icon

inert

boolean inert

label

String label

text

String text

zIndex

integer zIndex

Constructor Detail

MMMarkerOptions

MMMarkerOptions( )


Documentation generated by JSDoc on Tue Feb 26 16:25:19 2008