KmlPlacemark

open class KmlPlacemark : 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.

Constructors

Link copied to clipboard
constructor(geometry: Geometry, style: String, inlineStyle: KmlStyle, properties: Map<String, String>)
Creates a new KmlPlacemark object

Functions

Link copied to clipboard
open fun addObserver(o: Observer)
Link copied to clipboard
open fun countObservers(): Int
Link copied to clipboard
Link copied to clipboard
open fun deleteObservers()
Link copied to clipboard
open fun getGeometry(): Geometry
Gets the geometry object
Link copied to clipboard
open fun getId(): String
Gets the id of the feature
Link copied to clipboard
Gets the inline style that was found
Link copied to clipboard
open fun getMarkerOptions(): MarkerOptions
Gets a MarkerOption
Link copied to clipboard
open fun getPolygonOptions(): PolygonOptions
Gets a PolygonOption
Link copied to clipboard
open fun getPolylineOptions(): PolylineOptions
Gets a PolylineOption
Link copied to clipboard
Gets the property entry set
Link copied to clipboard
open fun getProperty(property: String): String
Gets the value for a stored property
Link copied to clipboard
Returns all the stored property keys
Link copied to clipboard
open fun getStyleId(): String
Gets the style id associated with the basic_placemark
Link copied to clipboard
open fun hasChanged(): Boolean
Link copied to clipboard
open fun hasGeometry(): Boolean
Checks if the geometry is assigned
Link copied to clipboard
Gets whether the placemark has properties
Link copied to clipboard
open fun hasProperty(property: String): Boolean
Checks whether the given property key exists
Link copied to clipboard
open fun notifyObservers()
Link copied to clipboard
open fun toString(): String