menu
tether_libs package
documentation
models/geojson.dart
GeoJson
GeoJson.new constructor
GeoJson.new constructor
dark_mode
light_mode
GeoJson
constructor
GeoJson
(
{
required
String
type
,
required
LatLng
coordinates
,
})
Implementation
GeoJson({required this.type, required this.coordinates});
tether_libs package
documentation
models/geojson
GeoJson
GeoJson.new constructor
GeoJson class