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
creation
Information about the route creation time.
lastUpdate
Information 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