GeomLine constructor

GeomLine({
  1. required List<LatLng> points,
})

Implementation

GeomLine({
  required this.points,
});