menu
flutter_osm_plugin package
documentation
flutter_osm_plugin.dart
BoundingBox
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
double
>
toMap
(
)
Implementation
Map<String, double> toMap() { return {"north": north, "east": east, "west": west, "south": south}; }
flutter_osm_plugin package
documentation
flutter_osm_plugin
BoundingBox
toMap method
BoundingBox class