menu
ac_geojson package
documentation
ac_geojson.dart
GeoJson
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => feature != null ? feature!.toJson() : featureCollection!.toJson();
ac_geojson package
documentation
ac_geojson
GeoJson
toJson method
GeoJson class