com.mapitz.gwt.googleMaps.client
Class GMapTypeOptions

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.mapitz.gwt.googleMaps.client.GMapTypeOptions

public class GMapTypeOptions
extends com.google.gwt.core.client.JavaScriptObject

Additional options of the GMapType

Author:
aglaforge

Method Summary
static GMapTypeOptions create()
           
 java.lang.String getErrorMessage()
          errorMessage String Sets the error message returned by GMapType.getErrorMessage().
 java.lang.String getLinkColor()
          linkColor String Sets the text color returned by GMapType.getLinkColor().
 int getMaxResolution()
          maxResolution Number Sets the maximum zoom level of this map type, returned by GMapType.getMaximumResolution().
 int getMinResolution()
          minResolution Number Sets the minimum zoom level of this map type, returned by GMapType.getMinimumResolution().
 java.lang.String getShortName()
          shortName String Sets the short name of the map type that is returned from GMapType.getName(true).
 java.lang.String getTextColor()
          textColor String Sets the text color returned by GMapType.getTextColor().
 int getTileSize()
          tileSize Number Set the tile size returned by GMapType.getTileSize().
 java.lang.String getUrlArg()
          urlArg String Sets the url argument of the map type that is returned from GMapType.getUrlArg().
 void setErrorMessage(java.lang.String val)
          errorMessage String Sets the error message returned by GMapType.getErrorMessage().
 void setLinkColor(java.lang.String val)
          linkColor String Sets the text color returned by GMapType.getLinkColor().
 void setMaxResolution(int val)
          maxResolution Number Sets the maximum zoom level of this map type, returned by GMapType.getMaximumResolution().
 void setMinResolution(int val)
          minResolution Number Sets the minimum zoom level of this map type, returned by GMapType.getMinimumResolution().
 void setShortName(java.lang.String val)
          shortName String Sets the short name of the map type that is returned from GMapType.getName(true).
 void setTextColor(java.lang.String val)
          textColor String Sets the text color returned by GMapType.getTextColor().
 void setTileSize(int val)
          tileSize Number Set the tile size returned by GMapType.getTileSize().
 void setUrlArg(java.lang.String val)
          urlArg String Sets the url argument of the map type that is returned from GMapType.getUrlArg().
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static GMapTypeOptions create()

getShortName

public java.lang.String getShortName()
shortName String Sets the short name of the map type that is returned from GMapType.getName(true). Default is the same as the name.


setShortName

public void setShortName(java.lang.String val)
shortName String Sets the short name of the map type that is returned from GMapType.getName(true). Default is the same as the name.


getUrlArg

public java.lang.String getUrlArg()
urlArg String Sets the url argument of the map type that is returned from GMapType.getUrlArg(). Default is the empty string.


setUrlArg

public void setUrlArg(java.lang.String val)
urlArg String Sets the url argument of the map type that is returned from GMapType.getUrlArg(). Default is the empty string.


getMaxResolution

public int getMaxResolution()
maxResolution Number Sets the maximum zoom level of this map type, returned by GMapType.getMaximumResolution(). Default is the maximum of all tile layers.


setMaxResolution

public void setMaxResolution(int val)
maxResolution Number Sets the maximum zoom level of this map type, returned by GMapType.getMaximumResolution(). Default is the maximum of all tile layers.


getMinResolution

public int getMinResolution()
minResolution Number Sets the minimum zoom level of this map type, returned by GMapType.getMinimumResolution(). Default is the minimum of all tile layers.


setMinResolution

public void setMinResolution(int val)
minResolution Number Sets the minimum zoom level of this map type, returned by GMapType.getMinimumResolution(). Default is the minimum of all tile layers.


getTileSize

public int getTileSize()
tileSize Number Set the tile size returned by GMapType.getTileSize(). Default is 256.


setTileSize

public void setTileSize(int val)
tileSize Number Set the tile size returned by GMapType.getTileSize(). Default is 256.


getTextColor

public java.lang.String getTextColor()
textColor String Sets the text color returned by GMapType.getTextColor(). Default is "black".


setTextColor

public void setTextColor(java.lang.String val)
textColor String Sets the text color returned by GMapType.getTextColor(). Default is "black".


getLinkColor

public java.lang.String getLinkColor()
linkColor String Sets the text color returned by GMapType.getLinkColor(). Default is "#7777cc".


setLinkColor

public void setLinkColor(java.lang.String val)
linkColor String Sets the text color returned by GMapType.getLinkColor(). Default is "#7777cc".


getErrorMessage

public java.lang.String getErrorMessage()
errorMessage String Sets the error message returned by GMapType.getErrorMessage(). Default is the empty string.


setErrorMessage

public void setErrorMessage(java.lang.String val)
errorMessage String Sets the error message returned by GMapType.getErrorMessage(). Default is the empty string.