Skip to content

HamzaKhan07/MidWay

Repository files navigation

🗺️📍 MidWay

MidWay a mobile app which helps the group of friends ✌️ which are planning to meet or join together the best place 🏕️ to meet which is nearest from all friend's location or which is in the middle of their location 📍.

Star⭐ the repo if you like what you see😉

Logo

🎨 Color Reference

Color Hex
Example Color #000 #000
Example Color #FFF #FFF

💡 Features

  • Place Autosuggestion.
  • Calculates midpoint from multiple locations.
  • Draws route from all Source Places to Midpoint.
  • Cross platform

📸 Screenshots

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

📡 API Reference

🗺️ Get Place Suggestions based on geographical coordinates.

  GET https://autosuggest.search.hereapi.com/v1/autosuggest?at=
  $lat,$long&limit=limit&lang=en&q=$pattern&apiKey=api_key
Parameter Type Description
api_key string Required. Your API key
lat string Required. Latitute
long string Required. Longitute
limit string Required. Suggestions to fetch per character typed.

📍 Get Routes between two geographical coordinates

  GET 'https://api.openrouteservice.org/v2/directions/travelling_mode?
  api_key=api_key&start=$startLong,$startLat&end=$endLong,$endLat');
      
Parameter Type Description
api_key string Required. Id of item to fetch
travelling_mode string Required. such as driving-car, walk, bike, etc
startLong string Required. Source Longitute
startLat string Required. Source Latitute
endLong string Required. Destination Source Longitute
endLat string Required. Destination Latitute

💻 Tech Stack

Flutter and Dart

⚙️ Download

⬇️ Download "MidWay" from the below link:

  https://drive.google.com/file/d/12OKOaAFF65Umer1uLgmo58ZnNVW1lFsl/view?usp=drive_link

✍️ Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages