RoutePoint

public protocol RoutePoint

Represents point 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.
  • id

    An unique identifier, used for matching RoutePoint with ItineraryPoint

    Declaration

    Swift

    var id: UUID { get }
  • A Place which represents RoutePoint

    Declaration

    Swift

    var place: Place { get }
  • Coordinate which represents RoutePoint received from route planning API

    Declaration

    Swift

    var navigableCoordinates: [CLLocationCoordinate2D] { get }