flutter_map_location 0.7.0+1 flutter_map_location: ^0.7.0+1 copied to clipboard
flutter_map plugin to request and display the users location and heading on the map.
0.7.0+1 #
- Update dependencies
0.7.0 #
- Show larger circle for inaccurate location.
- Show heading for accurate location only.
- Add possiblity to change marker icon depending on the location accuracy.
- BREAKING CHANGE: All options return the type
LatLngData
instead ofLatLng
.
0.6.0 #
- Update flutter_compass to allow usage of geomagnetic rotation sensor as fallback on Android.
0.5.0 #
- First public development release.