osm_maps_engine 0.0.5
osm_maps_engine: ^0.0.5 copied to clipboard
A plug-and-play map engine powered by OpenStreetMap and OSRM for Flutter.
0.0.5 #
- fix: Fixed
recalculateRouteto use raw GPS position (_lastRealGpsPosition) as origin instead of the interpolated marker position, resolving rerouting failures on small roads. - fix: OSRM step instructions now format roundabout exits correctly (
roundaboutExit) and clean up empty street name references (avoiding "onto" when the street has no name). - perf: Camera positioning updates throttled to improve performance and prevent lag on Android.
0.0.4 #
- feat: initial base structure for osm map engine.
0.0.3 #
- feat: add cost optimization comparison to README.
- fix: integrate custom color support for icons.
0.0.2 #
- feat: update navigation and voice engine.
0.0.1 #
- Initial release.