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

Packages that use MapTypeStyle
com.google.gwt.maps.client   
com.google.gwt.maps.client.controls   
com.google.gwt.maps.client.maptypes   
 

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

Methods in com.google.gwt.maps.client that return MapTypeStyle
 MapTypeStyle[] MapOptions.getMapTypeStyles()
          get set Styles to apply to each of the default map types.
 

Methods in com.google.gwt.maps.client with parameters of type MapTypeStyle
 void MapOptions.setMapTypeStyles(MapTypeStyle[] styles)
           
 

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

Methods in com.google.gwt.maps.client.controls that return MapTypeStyle
static MapTypeStyle MapTypeStyle.newInstance()
          The MapTypeStyle is a collection of selectors and stylers that define how the map should be styled.
 

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

Method parameters in com.google.gwt.maps.client.maptypes with type arguments of type MapTypeStyle
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.