|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.mapitz.gwt.googleMaps.client.GMapTypeOptions
public class GMapTypeOptions
Additional options of the GMapType
| 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 |
|---|
public static GMapTypeOptions create()
public java.lang.String getShortName()
public void setShortName(java.lang.String val)
public java.lang.String getUrlArg()
public void setUrlArg(java.lang.String val)
public int getMaxResolution()
public void setMaxResolution(int val)
public int getMinResolution()
public void setMinResolution(int val)
public int getTileSize()
public void setTileSize(int val)
public java.lang.String getTextColor()
public void setTextColor(java.lang.String val)
public java.lang.String getLinkColor()
public void setLinkColor(java.lang.String val)
public java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String val)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||