waypointOrder property

List<num?>? waypointOrder
final

Contains an array indicating the order of any waypoints in the calculated route. This waypoints may be reordered if the request was passed optimize:true within its waypoints parameter.

Implementation

final List<num?>? waypointOrder;