Skip to content

RouteSegmentation is an algorithm I developed for my thesis research. It is designed to identify perimeter area around travel route

Notifications You must be signed in to change notification settings

aviedb/Public-RouteSegmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RouteSegmentation

This project showcases the RouteSegmentation algorithm and the RouteBoxer algorithm in an Android application.

Setup Google Maps API Key

  1. Create a new file at app/src/main/res/values/secrets.xml with the following content:
<resources>
    <string name="google_maps_key">YOUR_API_KEY_HERE</string>
</resources>
  1. Replace YOUR_API_KEY_HERE with your actual Google Maps API key.

This API key is used for integrating the Google Maps library and the Directions API into your application.

Cite our papers

Refer to these publications:

  • Authors: Muhammad Avied Bachmid, Muhammad Yasir Anshari Haq, Muhammad Rafly Mumtaz, Aryo Pinandito
  • Proceeding: 3rd International Conference On Multidisciplinary Applications of Information Technology (ICOMIT)
  • Year: In press
  • Link: ResearchGate
  • Authors: Muhammad Avied Bachmid, Muhammad Yasir Anshari Haq, Muhammad Rafly Mumtaz, Aryo Pinandito
  • Proceeding: 16th International Conference on Information Technology and Electrical Engineering (ICITEE)
  • Year: 2024
  • Link: IEEE
  • Authors: Muhammad Avied Bachmid, Muhammad Rafly Mumtaz, Muhammad Yasir Anshari Haq, Aryo Pinandito
  • Proceeding: 9th International Conference on Sustainable Information Engineering and Technology (SIET)
  • Year: In press
  • Link: ResearchGate

About

RouteSegmentation is an algorithm I developed for my thesis research. It is designed to identify perimeter area around travel route

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages