GeoPath<T extends GeoLatLng> constructor

GeoPath<T extends GeoLatLng>({
  1. LatLngFactory factory = _defaultLatLngFactory,
})

Implementation

GeoPath({ final LatLngFactory factory: _defaultLatLngFactory })
    : _coordinates = <T>[], _latLngFactory = factory;