VMERouteDestinationsOrder

enum VMERouteDestinationsOrder : Enum<VMERouteDestinationsOrder>

The different ways to interpret multiple destinations, these options do not change the behavior if there is only one destination.

For optimal routes there is a practical limit on 5-6 destinations.

Since

1.19

Entries

Link copied to clipboard

Indicates that one destination should be returned, the one that is closest (be fastest or shortest).

Link copied to clipboard

Indicates that the destinations should be traversed in the order that minimizes the overall distance or time: e.g. travelling salesman order, but always finish on the last routing node of mDestinations. For example, you enter a shop, you visit the different stands and you finish at the exit.

Link copied to clipboard

Indicates that the destinations should be traversed in the order that minimizes the overall distance or time: e.g. travelling salesman order

Link copied to clipboard

Indicates that the destinations should be traversed in order

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int