GeoLinestring constructor

GeoLinestring(
  1. List<LatLng> points,
  2. Color randomColor
)

Implementation

factory GeoLinestring(final List<LatLng> points, final Color randomColor) =
    _$GeoLinestring;