Path<T extends LatLng> constructor

Path<T extends LatLng>({
  1. GeoPositionFactory geoPositionFactory = _defGeoPositionFactory,
  2. Distance getDistance = const Distance(),
})

Implementation

Path({
  this.geoPositionFactory = _defGeoPositionFactory,
  this.getDistance = const Distance(),
}) : coordinates = [];