Important
The project is currently at its very basic stage, and there are many more ideas and features that have yet to be explored. It’s possible that we could integrate Gemini
in some way to enhance a feature that could potentially become a feature in Google Maps.
This repo is to explore the Google Maps SDK for Android by trying it out in an Android App powered by Kotlin
.
WhatsApp.Video.2024-11-12.at.12.50.06.mp4
Note
For the app to build successfully, replace the <YOUR_MAPS_API_KEY>
placeholder in AndroidManifest.xml
with your Google Maps API Key.
- Load Google Maps.
- Add markers based on
latitude
andlongitude
in map via a form. - Remove added markers after a confirmation on clicking a marker.
- Get current live location(GPS) and show in map.
- Request permission for current location(GPS).