AdditionalDataSearchOptions

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

Defines the parameters of a Additional Data Search query. Use the AdditionalDataSearchOptions.Builder to create a new instance of the object.

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?)

Types

Link copied to clipboard
class Builder(geometries: List<String>)

Builder used to create an immutable instance of the AdditionalDataSearchOptions.

Properties

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