Class MMMapTypeOptions

Object
   |
   +--MMMapTypeOptions

class 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

alt

String alt

errorMessage

String errorMessage

linkColor

String linkColor

maxResolution

integer maxResolution

minResolution

integer minResolution

shortName

String shortName

textColor

String textColor

tileSize

integer tileSize

urlArg

String urlArg

Constructor Detail

MMMapTypeOptions

MMMapTypeOptions( )


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