|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--MMMapTypeOptions
Defined in MultimapOpenAPI
| Field Summary | |
String |
alt
Used to set the text displayed as a tool tip on the MMMapTypeWidget. |
String |
errorMessage
Used to set the message returned by MMMapType.getErrorMessage(). |
String |
linkColor
Used to set the color returned by MMMapType.getLinkColor(). |
integer |
maxResolution
Used to set the value returned by MMMapType.getMaximumResolution(). |
integer |
minResolution
Used to set the value returned by MMMapType.getMinimumResolution(). |
String |
shortName
A short name for the map returned by MMMapType.getName()( true ). |
String |
textColor
Used to set the color returned by MMMapType.getTextColor(). |
integer |
tileSize
Used to set the value returned by MMMapType.getTileSize(). |
String |
urlArg
Used to set the value returned by MMMapType.getUrlArg(). |
| Constructor Summary | |
MMMapTypeOptions
( )
This class represents the optional arguments that can be passed to an MMMapType constructor - it has no constructor, but is instantiated as an object literal, e.g., { 'shortName' : 'Maps', 'urlArg' : 'maps' }. |
|
| Field Detail |
String alt
String errorMessage
String linkColor
integer maxResolution
integer minResolution
String shortName
String textColor
integer tileSize
String urlArg
| Constructor Detail |
MMMapTypeOptions( )
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||