Follow us on GitHub

Uses of Class
com.google.gwt.maps.client.MapOptions

Packages that use MapOptions
com.google.gwt.maps.client   
 

Uses of MapOptions in com.google.gwt.maps.client
 

Methods in com.google.gwt.maps.client that return MapOptions
static MapOptions MapOptions.newInstance()
          Create a new Instance of the MapOptions This will also create a defaults center, mapTypeId and Zoom
static MapOptions MapOptions.newInstance(boolean withdefaults)
          Create a new Instance of the MapOptions
 

Methods in com.google.gwt.maps.client with parameters of type MapOptions
static MapImpl MapImpl.newInstance(Element element, MapOptions options)
          Creates a new map inside of the given HTML container, which is typically a DIV element.
 void MapWidget.setOptions(MapOptions options)
          set MapOptions
 void MapImpl.setOptions(MapOptions options)
          set MapOptions
 

Constructors in com.google.gwt.maps.client with parameters of type MapOptions
MapWidget(MapOptions options)
          create a new Map Widget
 



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.