GeometryDataOptions
data class GeometryDataOptions(@Size(min = 1, max = 20) val geometryIds: List<GeometryId>, @IntRange(from = 0, to = 22) val geometryZoom: Int? = null)
Defines the parameters of a geometry data request.
Constructors
Link copied to clipboard
constructor(@Size(min = 1, max = 20) geometryIds: List<GeometryId>, @IntRange(from = 0, to = 22) geometryZoom: Int? = null)
Properties
Link copied to clipboard
Geometry identifiers, previously retrieved from the search request. Maximum number of provided IDs is MAX_NUMBER_OF_GEOMETRIES.
Link copied to clipboard
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. Zoom level should be in the range MIN_ZOOM_VALUE and MAX_ZOOM_VALUE.