Summary
public struct Summary
Summary information about the performed reverse geocoding.
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
queryTimeThe time spent on resolving the query.
-
The time spent on resolving the query.
Declaration
Swift
public let queryTime: Measurement<UnitDuration>
Summary Structure Reference