menu
flutter_osm_plugin package
documentation
flutter_osm_plugin.dart
GeoPointWithOrientation
toMap method
toMap method
dark_mode
light_mode
toMap
method
@
override
Map
<
String
,
double
>
toMap
(
)
override
Implementation
@override Map<String, double> toMap() { return super.toMap()..putIfAbsent("angle", () => angle); }
flutter_osm_plugin package
documentation
flutter_osm_plugin
GeoPointWithOrientation
toMap method
GeoPointWithOrientation class