| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
DisplayRule |
DisplayRule.clone() |
DisplayRule |
DisplayRule.set(String fieldName,
Object value) |
DisplayRule |
DisplayRule.setFilters(List<Filter> filters)
This display rule will only be applied to features that match all of the filters here.
|
DisplayRule |
DisplayRule.setLineOptions(LineStyle lineOptions)
Style applied to lines.
|
DisplayRule |
DisplayRule.setName(String name)
Display rule name.
|
DisplayRule |
DisplayRule.setPointOptions(PointStyle pointOptions)
Style applied to points.
|
DisplayRule |
DisplayRule.setPolygonOptions(PolygonStyle polygonOptions)
Style applied to polygons.
|
DisplayRule |
DisplayRule.setZoomLevels(ZoomLevels zoomLevels)
The zoom levels that this display rule apply.
|
| Modifier and Type | Method and Description |
|---|---|
List<DisplayRule> |
VectorStyle.getDisplayRules()
Display rules of the vector style.
|
| Modifier and Type | Method and Description |
|---|---|
VectorStyle |
VectorStyle.setDisplayRules(List<DisplayRule> displayRules)
Display rules of the vector style.
|