0
The application is already picking up the correct user location, but I wanted if the user moved the marker to another street, the application to pick up this new coordinate.
Follow the code below
0
The application is already picking up the correct user location, but I wanted if the user moved the marker to another street, the application to pick up this new coordinate.
Follow the code below
Browser other questions tagged swift xcode gps
You are not signed in. Login or sign up in order to post.
I’m getting two things. One is that you already have a code that searches the user’s location and creates a marker. The other you want when touching a location on the map, it is possible to get latitude and longitude, put a marker and do the geocode. That’s right?
– Paulo Rodrigues
This, the ideal would be that this marker was fixed in the center of the screen. And the user would move the map, the place the marker would be he would take the latitude and longitude
– Ian Silva