So, just curious, I’ve got a MapView set up with it showing the area I want, but I want to drop a pin or marker or whatever on the users address that they input. Is there a way to change that address into coordinates that the MapView accepts? I can’t seem to find much documentation or examples on MapView. Thanks in advance!
Hey.
I think MapView
doesn’t expose that kind of functionality.
Hello! Take a look at this: https://developers.google.com/maps/documentation/geocoding/start
I’m using MapView
in my app. MapView
does’nt have this kind of functionality that’s called reverse geocoding and must be done via API.