Skip to content

prahenstark/map_routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map Routing In Flutter


About

It is built using Flutter and Google map APIs.Used packages from pub.dev.
You can find the details about the packages in pubspec.yml and details of APIs in androidManifest.
It's for learning so bear with the hard codes😢.

Details 🚀

  1. Renders real time location.🏞🏞 (Added some hard coded markers.)
  2. Each card has it's respective longitude and latitude associated with it refer ➡ main.dart.

Required Improvements ✅➕

1.📲 User Interaction: Users tap on a card to select a destination, indicating where they want to go.

2.🗺️ Automated Routing: The system automatically generates a route 🚗 to the chosen destination using longitude 🌍 and latitude 🌏 coordinates.

3.🚶‍♂️ Real-Time Tracking: It provides real-time tracking 📡 of the user's location as they follow the generated route, offering a navigation experience similar to Google Maps.

Want to collaborate and enhance this project?

  • Fork the repository. 🍴
  • Create a issue in the current repository about your issue. 💭💭
  • Add your enhancement. ✔️
  • Create a Pull Request with proper comments and description. ☑️
  • Wait for your PR to get merged after reviewing. 🕰️🕰️

Built by Prahen Parija