I got .plist file from client which have addresses and their latitude and longitude.
My requirement is, when I scroll mapview respective latitude and longitude would be updated and show proper location on map.
e.g. Suppose I have current location on map is New york and I drop a pin in new york. Now when I scroll my mapview to new jersey and if the latitude and longitude match with .plist file's latitude and longitude then the pin should be drop on new jersey location.
requesting you to provide soulution because this is a big block for me in my application.