RouteTimestamp

public struct RouteTimestamp

Information about route creation or modification time.

Important

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

Lifecycle

  • 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

    timestamp

    Elapsed real time since system boot at the moment of the creation of the route.

    timeZone

    The time zone of the route creation or modification.

Public

  • Elapsed real time since system boot at the moment of the creation of the route.

    Declaration

    Swift

    public let timestamp: TimeInterval
  • The time zone of the route creation or modification.

    Declaration

    Swift

    public let timeZone: TimeZone