Uses of Class
com.google.gwt.maps.client.controls.MapTypeControlOptions

Packages that use MapTypeControlOptions
com.google.gwt.maps.client   
com.google.gwt.maps.client.controls   
 

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

Methods in com.google.gwt.maps.client that return MapTypeControlOptions
 MapTypeControlOptions MapOptions.getMapTypeControlOptions()
          get The initial display options for the Map type control.
 

Methods in com.google.gwt.maps.client with parameters of type MapTypeControlOptions
 void MapOptions.setMapTypeControlOptions(MapTypeControlOptions mapTypeControlOptions)
          set The initial display options for the Map type control.
 

Uses of MapTypeControlOptions in com.google.gwt.maps.client.controls
 

Methods in com.google.gwt.maps.client.controls that return MapTypeControlOptions
static MapTypeControlOptions MapTypeControlOptions.newInstance()
          new Instance of Options for the rendering of the map type control.
 



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.