GeoJsonFeature constructor

GeoJsonFeature({
  1. GeoJsonGeometry? geometry,
  2. Map<String, dynamic> properties = const {},
  3. dynamic id,
})

Implementation

GeoJsonFeature({
  this.geometry,
  this.properties = const {},
  this.id,
});