IsolineOptionsCalculation.withDefaults constructor - IsolineOptionsCalculation - routing library - Dart API
IsolineOptionsCalculation.withDefaults
IsolineOptionsCalculation.withDefaults constructor
- IsolineRangeType rangeType,
- List<
int> rangeValues
-
rangeTypeThe range type. -
rangeValuesRange values.
Implementation
factory IsolineOptionsCalculation.withDefaults(IsolineRangeType rangeType, List<int> rangeValues) => $prototype.withDefaults(rangeType, rangeValues);