GeometryDataOptions
data class GeometryDataOptions(val searchResultId: SearchResultId, val geometriesZoom: Int? = null)
Content copied to clipboard
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)
Content copied to clipboard