Class MMMarkerOverlay

Object
   |
   +--MMOverlay
         |
         +--MMMarkerOverlay

class MMMarkerOverlay
extends MMOverlay

Defined in MultimapAPI


Field Summary
 Object infoBoxOpened
          infoBoxOpened is deprecated, is an alias to isInfoBoxOpened.
<static>  Object superclass
          
 
Constructor Summary
MMMarkerOverlay ( <MMPoint> position, <String> label, <MMIcon> icon, text )
            MMMarkerOverlay class, for drawing small markers on the map.
 
Method Summary
 void closeInfoBox()
           Closes the info box attached to this marker.
 boolean isInfoBoxOpened()
           Used to check whether a marker has an open info box attached.
 MMInfoBoxOverlay openInfoBox( <Object> html, <String> cssClass, <boolean> dont_move, <boolean> no_combine_classes )
           Opens an info box for this marker.
 
Methods inherited from class MMOverlay
getGeocodingCallback, getZIndex
 

Field Detail

infoBoxOpened

Object infoBoxOpened

superclass

<static> Object superclass

Constructor Detail

MMMarkerOverlay

MMMarkerOverlay( <MMPoint> position, <String> label, <MMIcon> icon, text )

Method Detail

closeInfoBox

void closeInfoBox()

isInfoBoxOpened

boolean isInfoBoxOpened()

openInfoBox

MMInfoBoxOverlay openInfoBox( <Object> html, <String> cssClass, <boolean> dont_move, <boolean> no_combine_classes )


Documentation generated by JSDoc on Wed Aug 16 15:33:06 2006