GeoJsonPoint

open class GeoJsonPoint : Point

A GeoJsonPoint geometry contains a single com.google.android.gms.maps.model.LatLng.

Constructors

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

Functions

Link copied to clipboard
open fun getAltitude(): Double
Gets the altitude of the GeoJsonPoint
Link copied to clipboard
open fun getCoordinates(): LatLng
Gets the coordinates of the GeoJsonPoint
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 getType(): String
Gets the type of geometry.
Link copied to clipboard
open fun toString(): String