-
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public class Feature extends Observable
An abstraction that shares the common properties of KmlPlacemark and GeoJsonFeature.
-
-
Method Summary
Modifier and Type Method Description final Iterable<String>getPropertyKeys()final Iterable<Entry.Map<String, String>>getProperties()final StringgetProperty(String property)final StringgetId()final BooleanhasProperty(String property)final GeometrygetGeometry()final BooleanhasProperties()final BooleanhasGeometry()-
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
-
getPropertyKeys
final Iterable<String> getPropertyKeys()
-
getProperties
final Iterable<Entry.Map<String, String>> getProperties()
-
getProperty
final String getProperty(String property)
-
hasProperty
final Boolean hasProperty(String property)
-
getGeometry
final Geometry getGeometry()
-
hasProperties
final Boolean hasProperties()
-
hasGeometry
final Boolean hasGeometry()
-
-
-
-