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

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

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

Methods in com.google.gwt.maps.client that return MapTypeId
static MapTypeId MapTypeId.fromValue(String type)
           
 MapTypeId MapWidget.getMapTypeId()
          gets MapTypeId
 MapTypeId MapOptions.getMapTypeId()
          Get MapTypeId
 MapTypeId MapImpl.getMapTypeId()
          gets MapTypeId
static MapTypeId MapTypeId.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MapTypeId[] MapTypeId.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.gwt.maps.client with parameters of type MapTypeId
 void MapWidget.setMapTypeId(MapTypeId mapTypeId)
          set MapTypeId
 void MapOptions.setMapTypeId(MapTypeId mapTypeId)
          The initial Map MapTypeId.
 void MapImpl.setMapTypeId(MapTypeId mapTypeId)
          set MapTypeId
 

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

Methods in com.google.gwt.maps.client.controls that return MapTypeId
 MapTypeId[] MapTypeControlOptions.getMapTypeIds()
          get IDs as MapTypeId object array
 

Methods in com.google.gwt.maps.client.controls with parameters of type MapTypeId
 void MapTypeControlOptions.setMapTypeIds(MapTypeId[] mapTypeIds)
          set IDs of map types to show in the control.
 



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