GeoGeometry.linestring constructor

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

Implementation

factory GeoGeometry.linestring(List<LatLng> points, Color randomColor) =
    GeoLinestring;