GeometryDataOptions

data class GeometryDataOptions(val searchResultId: SearchResultId, val geometriesZoom: Int? = null)

Defines the parameters of a geometry data fetch query.

Parameters

searchResultId

The search result ID whose geometry should be fetched.

geometriesZoom

The precision of the returned geometries. The maximum precision is 22.

Constructors

Link copied to clipboard
fun GeometryDataOptions(searchResultId: SearchResultId, geometriesZoom: Int? = null)

Properties

Link copied to clipboard
val geometriesZoom: Int? = null
Link copied to clipboard
val searchResultId: SearchResultId