rangeValues property - IsolineOptionsCalculation class - routing library - Dart API
rangeValues
rangeValues property
getter/setter pair
A list of ranges. The unit is defined by the type parameter. Each range defines the maximum allowed value to reach a destination. For each value an Isoline is calculated indicating the reachable area. If empty, IsolineOptions object is considered invalid.
Implementation
List<int> rangeValues;