PointWaypoint

public struct PointWaypoint : Encodable, Equatable

Structure that is used in routing service api call to mark indices of supporting points that represent waypoints

Important

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

Public

  • Type of waypoint.

    Declaration

    Swift

    public let waypointSourceType: String?
  • Index of supporting point that matches a waypoint location.

    Declaration

    Swift

    public let supportingPointIndex: Int?