Which Geolocation SDK for Android
I am working on an Android mobile app using Kotlin, it does not have to support older versions. I need to be able to find the user's current location, and I also need to be able to select a location from a map.
I know there is an android.location package available that is free, but it doesn't support maps, is that correct?
The google cloud maps API supports maps, but it is not free. This app will have very low usage in terms of installs and requests for maps so I think it will still be free...