This project showcases the RouteSegmentation algorithm and the RouteBoxer algorithm in an Android application.
- Create a new file at
app/src/main/res/values/secrets.xmlwith the following content:
<resources>
<string name="google_maps_key">YOUR_API_KEY_HERE</string>
</resources>- Replace
YOUR_API_KEY_HEREwith your actual Google Maps API key.
This API key is used for integrating the Google Maps library and the Directions API into your application.
Refer to these publications:
1. RouteSegmentation Algorithm to Identify Perimeter Area Surrounding Travel Path for Improved Navigation and POI Detection
- 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
2. Performance Analysis of RouteSegmentation Algorithm in Identifying Perimeter Area Around Travel Route
- 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
3. Performance Optimization of RouteSegmentation Algorithm Using Douglas-Peucker Line Simplification Approach
- 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