Java com.google.gwt.maps.client.controls MapTypeStyle fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.controls MapTypeStyle fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.controls MapTypeStyle.

The text is from its open source code.

Method

MapTypeStylenewInstance()
The MapTypeStyle is a collection of selectors and stylers that define how the map should be styled.
voidsetElementType(MapTypeStyleElementType mapTypeStyleElementType)
set Selects the element type to which a styler should be applied.
voidsetElementType(String elementType)
voidsetFeatureType(MapTypeStyleFeatureType mapTypeStyleFeatureType)
set Selects the feature, or group of features, to which a styler should be applied.
voidsetFeatureType(String featureType)
voidsetStylers(MapTypeStyler[] stylers)