routeType property

RouteType routeType
getter/setter pair

Primary route optimization criterion.

Selects whether routes are optimized for fastest time, shortest distance, or most economic (fuel/energy efficient) path.

Default is RouteType.fastest.

Implementation

RouteType routeType;