GeoMultiPolygon constructor

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

Implementation

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