routeRanges property
Route range values for isoline/isochrone calculations.
Specifies range limits for computing reachable areas. Units depend on the routeType:
- seconds for RouteType.fastest
- meters for RouteType.shortest
- watt-hours for RouteType.economic.
Default is an empty list (no range calculation).
Also see:
- RouteType - Defines the type of route which affects the unit of route ranges.
- RouteResultType - Indicates if the result is a path or range.
- RouteBase.preferences - Contains the preferences used for route calculation.
- routeRangesQuality - Controls the quality of route range calculations.
Implementation
List<int> routeRanges;