osm_path_tracker 0.0.1
osm_path_tracker: ^0.0.1 copied to clipboard
A Flutter package for live tracking and path navigation using OpenStreetMap (OSM) tiles.
πΊοΈ OSM Path Tracker #
A simple Flutter package for live GPS tracking, path drawing, and navigation on OpenStreetMap (OSM) using flutter_map
.
osm_path_tracker
helps you track a path in real-time, visualize it, and output a reusable model (PathModel
) so you can store the tracked path wherever you want β Firebase, SQLite, REST APIs, or files.
β¨ Features #
β
Real-time GPS tracking with geolocator
β
Draw path as polyline on OpenStreetMap
β
Show start & end markers
β
Navigate a saved path visually on the map
β
Get distance, timestamp, and coordinates in a clean model (PathModel
)
β
Example app included