RouteCriteria

An enumeration that defines all possible route criteria

Entries

Link copied to clipboard

Default route criteria with allowed motorways, tolls, etc.

Link copied to clipboard

Finds a route with no toll.

Link copied to clipboard

Finds a route with no motorway.

Link copied to clipboard

Finds a route with no ferry.

Link copied to clipboard

Finds a route with no unpaved roads.

Link copied to clipboard

Finds a route without country border crossing (if possible).

Link copied to clipboard

Finds a route which may go through roads reserved to carpooling

Types

Link copied to clipboard
object Companion

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
fun getValue(): Int
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.