navigation_map 0.0.1 navigation_map: ^0.0.1 copied to clipboard
A Flutter package for navigation and location tracking with live maps.
NavigationMap #
NavigationMap
is a Flutter package for live navigation, location tracking, and route visualization on interactive maps. It's built using flutter_map
, with support for features like fixed markers, current speed, and route drawing.
Features #
- Display current location and track movement.
- Draw routes between locations.
- Add fixed location markers.
- Get real-time speed in km/h.
- Fetch location names using reverse geocoding.
Installation #
Add navigation_map
to your pubspec.yaml
:
dependencies:
navigation_map: ^0.0.1
latlong2: 0.9.1