RouteModificationHistory
public struct RouteModificationHistory
Information about the route creation and the last update.
Information about the route creation time.
Declaration
Swift
public let creation: RouteTimestamp
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 last time the route was updated.
Declaration
Swift
public var lastUpdate: RouteTimestamp