Point

open class Point : Geometry<T>

An abstraction that shares the common properties of KmlPoint and GeoJsonPoint

Inheritors

Constructors

Link copied to clipboard
constructor(coordinates: LatLng)
Creates a new Point object

Functions

Link copied to clipboard
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