GeoJson constructor

GeoJson({
  1. required String type,
  2. required LatLng coordinates,
})

Implementation

GeoJson({required this.type, required this.coordinates});