Summary

public struct Summary

Summary information about the performed reverse geocoding.

Lifecycle

  • Creates an instance of Summary.

    Declaration

    Swift

    public init(queryTime: Measurement<UnitDuration>)

    Parameters

    queryTime

    The time spent on resolving the query.

Public

  • The time spent on resolving the query.

    Declaration

    Swift

    public let queryTime: Measurement<UnitDuration>