-
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public final class KmlPlacemark extends Feature
Represents a placemark which is either a KmlPoint, KmlLineString, KmlPolygon or a KmlMultiGeometry. Stores the properties and styles of the place.
-
-
Method Summary
Modifier and Type Method Description final StringgetStyleId()final KmlStylegetInlineStyle()final PolygonOptionsgetPolygonOptions()final MarkerOptionsgetMarkerOptions()final PolylineOptionsgetPolylineOptions()StringtoString()-
Methods inherited from class com.google.maps.android.data.kml.KmlPlacemark
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
-
getStyleId
final String getStyleId()
-
getInlineStyle
final KmlStyle getInlineStyle()
-
getPolygonOptions
final PolygonOptions getPolygonOptions()
-
getMarkerOptions
final MarkerOptions getMarkerOptions()
-
getPolylineOptions
final PolylineOptions getPolylineOptions()
-
-
-
-