Summary

public struct Summary

Summary information about the performed reverse geocoding.

  • Creates an instance of Summary.

    Declaration

    Swift

    public init(queryTime: Measurement<UnitDuration>)

    Parameters

    queryTime

    The time spent on resolving the query.

  • The time spent on resolving the query.

    Declaration

    Swift

    public let queryTime: Measurement<UnitDuration>