GeometryDataOptions
data class GeometryDataOptions(@Size(min = 1, max = 20) val geometryIds: List<String>, @IntRange(from = 0, to = 22) val geometryZoom: Int? = null)
Content copied to clipboard
Defines the parameters of a geometry data request.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
geometryIds
Geometry identifiers, previously retrieved from the search API request. Maximum number of provided IDs is 20.
geometryZoom
Defines the level of precision for the returned geometries. The higher the zoom level the more precise the geometry data. If the zoom level is not specified, then the result's default zoom level (i.e. the most precise geometry) is retrieved.