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 the destinations should be traversed in order

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 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 one destination should be returned, the one that is closest (be fastest or shortest).

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.