Package 

Class KmlPlacemark


  • @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 String getStyleId()
      final KmlStyle getInlineStyle()
      final PolygonOptions getPolygonOptions()
      final MarkerOptions getMarkerOptions()
      final PolylineOptions getPolylineOptions()
      String toString()
      • 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