tags:

views:

127

answers:

1

i'm creating a maps application (just for illustration), i need to place some placemarks on the maps which are getting loaded. At different locations. I have been able to placea marking on the location where the map is first loaded. i'm giving out the latitude and longitude of the location, and by geocoder(MKReverseGeocoder), i'm placing the marking. But i don't know how to add placemarks on different points at different locations, simultaneously. Is that possible? If possible, what is the way to implement that?

+1  A: 

I'm not sure I understand exactly what you are after, but I came over this tutorial the other day, and it shows how to place several placemarks on a map:

http://icodeblog.com/2009/12/21/introduction-to-mapkit-in-iphone-os-3-0/

Vegar