RoutePoint

class RoutePoint : NSObject

Single point of a route.

  • Geographical coordinate of the point along the route

    Declaration

    Swift

    var coordinate: MBVGeoCoordinate { get }
  • Maneuver type of the point to perform If no maneuverType is specified None value is used

    Declaration

    Swift

    var maneuverType: ManeuverType { get }
  • Unavailable

  • Declaration

    Swift

    convenience init(coordinate: MBVGeoCoordinate)
  • Declaration

    Swift

    init(coordinate: MBVGeoCoordinate, maneuverType: ManeuverType)