GeometryData

class GeometryData(val id: String, val data: FeatureCollection)

Describes a geometry data for a search result.

Constructors

Link copied to clipboard
constructor(id: String, data: FeatureCollection)

Properties

Link copied to clipboard

Information about the geographical object geometry.

Link copied to clipboard
val id: String

The geometry identifier that the geometry data belongs to.

Functions

Link copied to clipboard
operator fun component1(): String
Link copied to clipboard
Link copied to clipboard
fun copy(id: String = this.id, data: FeatureCollection = this.data): GeometryData
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String