Uses of Class
com.google.gwt.maps.client.maptypes.StyledMapType

Packages that use StyledMapType
com.google.gwt.maps.client   
com.google.gwt.maps.client.maptypes   
 

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

Methods in com.google.gwt.maps.client with parameters of type StyledMapType
 void MapWidget.setCustomMapType(String mapTypeId, StyledMapType styledType)
          Set the custom map type into the map's registry
 void MapImpl.setCustomMapType(String mapTypeId, StyledMapType styledType)
          Set the custom map type into the map's registry
 

Uses of StyledMapType in com.google.gwt.maps.client.maptypes
 

Methods in com.google.gwt.maps.client.maptypes that return StyledMapType
static StyledMapType StyledMapType.newInstance(JsArray<MapTypeStyle> styles, StyledMapTypeOptions options)
          Creates a styled MapType with the specified options.
 



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