Summary
public struct Summary
Contains common attributes of the reverse geocoder request.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates Summary method.
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>