GeometryData

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

Describes a geometry data for a search result.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

id

The geometry identifier that the geometry data belongs to.

data

Information about the geographical object geometry.

Constructors

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

Properties

Link copied to clipboard
val data: FeatureCollection
Link copied to clipboard
val id: String