| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
VectorStyle |
VectorStyle.clone() |
VectorStyle |
Layer.getStyle()
The Styling information for a vector layer.
|
VectorStyle |
VectorStyle.set(String fieldName,
Object value) |
VectorStyle |
VectorStyle.setDisplayRules(List<DisplayRule> displayRules)
Display rules of the vector style.
|
VectorStyle |
VectorStyle.setFeatureInfo(FeatureInfo featureInfo)
Individual feature info, this is called Info Window in Maps Engine UI.
|
VectorStyle |
VectorStyle.setType(String type)
The type of the vector style.
|
| Modifier and Type | Method and Description |
|---|---|
Layer |
Layer.setStyle(VectorStyle style)
The Styling information for a vector layer.
|