ReverseGeocoderSummary

public struct ReverseGeocoderSummary

Contains a common attributes of the reverse geocoder request.

Important

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

Lifecycle

  • ReverseGeocoderSummary init method.

    Declaration

    Swift

    public init(queryTime: Int, numResults: Int)

    Parameters

    queryTime

    The time spent on resolving the query (in milliseconds).

    numResults

    The number of Results in the response.

Public

  • The time spent on resolving the query (in milliseconds).

    Declaration

    Swift

    public let queryTime: Int
  • The number of Results in the response.

    Declaration

    Swift

    public let numResults: Int