I am working on mapview but when I drop an annotation pin on the map, it's creating duplicate entries for the location of latitude and longitude.
Now I want it so that the user should be able to drop one annotation pin for one latitude and longitude. It means I want to avoid duplicate entries for the same location.
How to do that?