GeoJsonMultiPoint constructor

GeoJsonMultiPoint({
  1. GeoSerie? geoSerie,
  2. String? name,
})

Default constructor

Implementation

GeoJsonMultiPoint({this.geoSerie, this.name});