Origin

public struct Origin : RoutePoint

Represents origin of the route received in response from route planning API

Important

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

Public

  • id

    An unique identifier, used for matching Origin with ItineraryPoint

    Declaration

    Swift

    public var id: UUID
  • A Place which represents Origin

    Declaration

    Swift

    public var place: Place
  • Coordinate which represents Origin received from route planning API

    Declaration

    Swift

    public var navigableCoordinates: [CLLocationCoordinate2D]