RouteModificationHistory
public struct RouteModificationHistory
Information about the route creation and the last update.
-
Initializes the instance with default timestamps.
Declaration
Swift
public init() -
Initializes the instsance with the specified timestamps.
Declaration
Swift
public init(creation: RouteTimestamp, lastUpdate: RouteTimestamp)Parameters
creationInformation about the route creation time.
lastUpdateInformation about the last time the route was updated.
-
Information about the route creation time.
Declaration
Swift
public let creation: RouteTimestamp -
Information about the last time the route was updated.
Declaration
Swift
public var lastUpdate: RouteTimestamp
TomTom SDK for iOS (0.53.1)
RouteModificationHistory