Isoline constructor
- IsolineRangeType rangeType,
- double rangeValue,
- MapMatchedCoordinates center,
- List<
GeoPolygon> polygons,
Constructs an isoline instance.
This instance is provided by the CalculateIsolineCallback.
-
rangeTypeSpecifies the range type of the providedIsoline.Isoline().rangeValuelist. -
rangeValueA list of range values. At least one value must be set. -
centerThe center of the isoline. -
polygonsA list of polygons that belong to this isoline. At least one value must be set.
Implementation
factory Isoline(IsolineRangeType rangeType, double rangeValue, MapMatchedCoordinates center, List<GeoPolygon> polygons) => $prototype.make(rangeType, rangeValue, center, polygons);