WaypointOptimization

public enum WaypointOptimization : String

Used to decide how to optimize the order of waypoints.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Defines optimization of the waypoints order using a distance-based method (crow’s flight distance).

    Note

    cannot be used together with maxAlternatives > 0

    Declaration

    Swift

    case distanceBased
  • No optimization for the order of waypoints.

    Declaration

    Swift

    case none