i want to use Map annotation i have plist list in which i have data and i want to
show data on map using annotation. I have the demo example MapCallsout but i have
to read plist on map?
i want to use Map annotation i have plist list in which i have
Share
First get All The Locations from Plist and put them into an Array.
Use Below code for showing multiple annotations on your map.
Then Write the delegate Method Like Below Code.