I am currently using Google Maps in one of my fragments. The goal is to obtain the user's current location. So far, I was only able to do this with the Google Maps embedded in an activity, and not in a fragment.
This app I am developing is written in Kotlin. So far, the solutions I have found that are written in Java are either deprecated or do not work at all.
Can anyone help me?