KmlPoint

open class KmlPoint : Point

Represents a KML Point. Contains a single coordinate.

Constructors

Link copied to clipboard
constructor(coordinates: LatLng)
Creates a new KmlPoint
constructor(coordinates: LatLng, altitude: Double)
Creates a new KmlPoint

Functions

Link copied to clipboard
open fun getAltitude(): Double
Link copied to clipboard
abstract fun getGeometryObject(): T
Gets the stored KML Geometry object
open fun getGeometryObject(): LatLng
Gets the coordinates of the Point
Link copied to clipboard
Gets the type of geometry
Link copied to clipboard
open fun toString(): String