Path<T extends LatLng> constructor
Path<T extends LatLng> ({
- LatLngFactory factory = _defaultLatLngFactory,
Implementation
Path({final LatLngFactory factory = _defaultLatLngFactory})
: _coordinates = [],
_latLngFactory = factory;