RouteTimestamp
public struct RouteTimestamp
Information about route creation or modification time.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Initializes the instance with the default timestamp and timezone.
Declaration
Swift
public init() -
Initializes the instance with the specified timestamp and timezone.
Declaration
Swift
public init(timestamp: TimeInterval, timeZone: TimeZone)Parameters
timestampElapsed real time since system boot at the moment of the creation of the route.
timeZoneThe time zone of the route creation or modification.
RouteTimestamp Structure Reference