GeometryDataOptions
fun GeometryDataOptions(@Size(min = 1, max = 20) geometryIds: List<String>, @IntRange(from = 0, to = 22) geometryZoom: Int? = null)
Content copied to clipboard
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.