Coordinates

class Coordinates(val id: Long, val name: String, geometry: Geometry, layerName: String) : Feature

Constructors

Link copied to clipboard
constructor(point: Point, name: String = "My location")
constructor(lat: Double, long: Double)
constructor()
constructor(id: Long, name: String, geometry: Geometry, layerName: String)

Functions

Link copied to clipboard

Properties

Link copied to clipboard
open override val id: Long
Link copied to clipboard
open override val name: String