GeometryData

data 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.