-
public class KmlPlacemark extends Feature
Represents a placemark which is either a com.google.maps.android.data.kml.KmlPoint, , com.google.maps.android.data.kml.KmlPolygon or a com.google.maps.android.data.kml.KmlMultiGeometry. Stores the properties and styles of the place.
-
-
Method Summary
Modifier and Type Method Description StringgetStyleId()Gets the style id associated with the basic_placemark KmlStylegetInlineStyle()Gets the inline style that was found PolygonOptionsgetPolygonOptions()Gets a PolygonOption MarkerOptionsgetMarkerOptions()Gets a MarkerOption PolylineOptionsgetPolylineOptions()Gets a PolylineOption StringtoString()-
Methods inherited from class com.google.maps.android.data.Feature
getGeometry, getId, getProperties, getProperty, getPropertyKeys, hasGeometry, hasProperties, hasProperty -
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getStyleId
String getStyleId()
Gets the style id associated with the basic_placemark
-
getInlineStyle
KmlStyle getInlineStyle()
Gets the inline style that was found
-
getPolygonOptions
PolygonOptions getPolygonOptions()
Gets a PolygonOption
-
getMarkerOptions
MarkerOptions getMarkerOptions()
Gets a MarkerOption
-
getPolylineOptions
PolylineOptions getPolylineOptions()
Gets a PolylineOption
-
-
-
-