-
- All Implemented Interfaces:
-
java.util.Observer
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public final class GeoJsonFeature extends Feature implements Observer
A GeoJsonFeature has a geometry, bounding box, id and set of properties. Styles are also stored in this class.
-
-
Field Summary
Fields Modifier and Type Field Description private GeoJsonPointStylepointStyleprivate GeoJsonLineStringStylelineStringStyleprivate GeoJsonPolygonStylepolygonStyle
-
Method Summary
Modifier and Type Method Description final GeoJsonPointStylegetPointStyle()final UnitsetPointStyle(GeoJsonPointStyle pointStyle)final GeoJsonLineStringStylegetLineStringStyle()final UnitsetLineStringStyle(GeoJsonLineStringStyle lineStringStyle)final GeoJsonPolygonStylegetPolygonStyle()final UnitsetPolygonStyle(GeoJsonPolygonStyle polygonStyle)final PolygonOptionsgetPolygonOptions()final MarkerOptionsgetMarkerOptions()final PolylineOptionsgetPolylineOptions()final LatLngBoundsgetBoundingBox()StringtoString()Unitupdate(Observable observable, Object data)-
Methods inherited from class com.google.maps.android.data.geojson.GeoJsonFeature
getGeometry, getId, getProperties, getProperty, getPropertyKeys, hasGeometry, hasProperties, hasProperty -
Methods inherited from class com.google.maps.android.data.Feature
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPointStyle
final GeoJsonPointStyle getPointStyle()
-
setPointStyle
final Unit setPointStyle(GeoJsonPointStyle pointStyle)
-
getLineStringStyle
final GeoJsonLineStringStyle getLineStringStyle()
-
setLineStringStyle
final Unit setLineStringStyle(GeoJsonLineStringStyle lineStringStyle)
-
getPolygonStyle
final GeoJsonPolygonStyle getPolygonStyle()
-
setPolygonStyle
final Unit setPolygonStyle(GeoJsonPolygonStyle polygonStyle)
-
getPolygonOptions
final PolygonOptions getPolygonOptions()
-
getMarkerOptions
final MarkerOptions getMarkerOptions()
-
getPolylineOptions
final PolylineOptions getPolylineOptions()
-
getBoundingBox
final LatLngBounds getBoundingBox()
-
update
Unit update(Observable observable, Object data)
-
-
-
-