GeoJsonFeature constructor
GeoJsonFeature({
- GeoJsonGeometry? geometry,
- Map<
String, dynamic> properties = const {}, - dynamic id,
Implementation
GeoJsonFeature({
this.geometry,
this.properties = const {},
this.id,
});