I've made a marker that I place position absolute on the map. This way, I can move the map around and the marker stays in place. I'm trying to make it so users set a location, kind of like Uber. However, the problem I'm facing is I'm not sure how to then get the coordinates of where the marker was positioned. Here is what the screen currently looks like with the absolute positioned marker:

I can attach a code sample if necessary