TransportMode

Defines different modes of transport for navigation, each with its own constraints and routing rules. These modes influence route calculation, taking into account road access, speed limits, and restrictions of the specified transport mode.

Entries

Link copied to clipboard

Assumes large or heavy vehicles and doesn't navigate through places with weight or height restrictions. Assumes speeds according to local laws for trucks.

Link copied to clipboard

Takes special challenges for busses like height restrictions and specific road classes into account. Assume speeds according to local laws for busses.

Link copied to clipboard

Assumes standard passenger vehicles. Considers general road laws and speed limits applicable to cars. Avoids restricted roads like pedestrian zones or roads prohibited for cars.

Link copied to clipboard

Allows navigation through bike paths and prohibits navigation on large roads.

Link copied to clipboard

Allows navigation on footpaths and prohibits navigation along roads not meant for pedestrians.

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.