Class MMIcon

Object
   |
   +--MMIcon

class MMIcon



Defined in MultimapOpenAPI


Field Summary
 String cssClass
          A class name that you want to give to this marker, to allow restyling of text on the marker.
 String groupName
          Group name for this icon.
 MMPoint iconAnchor
          The point on the icon that should be anchored to the map, in pixels.
 MMDimensions iconSize
          The size of the icon in pixels.
 String image
          The URL of the default image icon you want to use.
 MMPoint infoBoxAnchor
          The point on the icon to which info boxes should be anchored, in pixels.
 String printImage
          The URL to an alternative image for the icon to be used on printed maps only.
 String printShadow
          The URL to an alternative image for the shadow to be used on printed maps only.
 String shadow
          The URL of a separate image to use for the shadow of the icon.
 MMDimensions shadowSize
          The size of the shadow image if one was provided, in pixels.
 MMPoint textAnchor
          Where on a marker you want to text to appear.
 MMDimensions textDimensions
          How wide you want text on a marker to be.
 Integer textSize
          Size (in pixels) for the text on the marker.
 integer zIndex
          A z-index value for icons of this type, allows groups of icons to show above other groups of icons.
 
Constructor Summary
MMIcon ( <String> image )
            MMIcon Class, used for creating custom markers.
 
Method Summary
 MMIcon copy()
           Simple function to make a copy of the current object, which is then returned.

Field Detail

cssClass

String cssClass

groupName

String groupName

iconAnchor

MMPoint iconAnchor

iconSize

MMDimensions iconSize

image

String image

infoBoxAnchor

MMPoint infoBoxAnchor

printImage

String printImage

printShadow

String printShadow

shadow

String shadow

shadowSize

MMDimensions shadowSize

textAnchor

MMPoint textAnchor

textDimensions

MMDimensions textDimensions

textSize

Integer textSize

zIndex

integer zIndex

Constructor Detail

MMIcon

MMIcon( <String> image )

Method Detail

copy

MMIcon copy()


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