NavigationResponse

class NavigationResponse : Decodable

response containing navigation routes

  • array of waypoint objects representing all waypoints in order

    Declaration

    Swift

    open var waypoints: [POIKit.Waypoint]
  • array of route objects, ordered by descending recommendation rank

    Declaration

    Swift

    open var routes: [POIKit.Route]