|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--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 |
String cssClass
String groupName
MMPoint iconAnchor
MMDimensions iconSize
String image
MMPoint infoBoxAnchor
String printImage
String printShadow
String shadow
MMDimensions shadowSize
MMPoint textAnchor
MMDimensions textDimensions
Integer textSize
integer zIndex
| Constructor Detail |
MMIcon( <String> image )
image - A shortcut for setting just the image URL.
| Method Detail |
MMIcon copy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||