RouteTimestamp
public struct RouteTimestamp
Information about route creation or modification 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.
TomTom SDK for iOS (0.53.1)
RouteTimestamp