AdditionalDataSearchOptions

data class AdditionalDataSearchOptions(val geometries: List<String>, val geometriesZoom: Int? = null)

Defines the parameters of a Additional Data Search query.

Parameters

geometries

A list of geometry IDs, previously retrieved from a Search API request. Maximum number of provided IDs is 20.

geometriesZoom

Defines the precision of the returned geometries. Maximum level of precision is 22.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun AdditionalDataSearchOptions(geometries: List<String>, geometriesZoom: Int? = null)

Properties

Link copied to clipboard
val geometries: List<String>
Link copied to clipboard
val geometriesZoom: Int? = null