RouteModificationHistory

public struct RouteModificationHistory

Information about the route creation and the last update.

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • 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.

Public