|
|||||||||
| 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.GMapOptions
public class GMapOptions
Additional options for the GMap
| Method Summary | |
|---|---|
static GMapOptions |
create()
|
GMapType[] |
getMapTypes()
mapTypes Array of GMapType Array of map types to be used by this map. |
GSize |
getSize()
size GSize Sets the size in pixels of the map. |
void |
setMapTypes(GMapType[] array)
mapTypes Array of GMapType Array of map types to be used by this map. |
void |
setSize(GSize size)
size GSize Sets the size in pixels of the map. |
| 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 GMapOptions create()
public void setSize(GSize size)
public GSize getSize()
public void setMapTypes(GMapType[] array)
public GMapType[] getMapTypes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||