GeometryDataQuery

public struct GeometryDataQuery

Specifies the parameters of the geometries to query.

Important

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

Lifecycle

  • In case of big geometry, e.g. full country, it’s strongly recommended to use a lower zoom level to limit the vertices in the geometry which results in faster rendering

    Declaration

    Swift

    public init(identifiers: [String], zoom: Int? = nil)

Public

  • List of IDs previously retrieved from a Search request. Maximum number of IDs: 20.

    Declaration

    Swift

    public let identifiers: [String]
  • Defines the precision of the geometries. Maximum value: 22.

    Declaration

    Swift

    public let zoom: Int?