This app shows how to implement a simple google map using the google map compose library.
DrawRoute wraps Google Directions API (https://api.openrouteservice.org/v2/directions) using Jetpack Compose. Now developers can easily Draw route on maps, and flexible with different type of google map view.
Note: You need to generate an API key at Google cloud platform also don't forget to enable Directions API. Enjoy!.
Add MAP_API_KEY in the ‘manifests’ file.
Permission Request.
Location Setting Request.
Google map api service
Firebase FireStore Database and Firebase-Auth
Coroutines
MVVM architecture
Dependency Injection
Minimum SDK version - 24
Compile SDK version - 34
Target SDK version - 34