Reputation: 4365
I'm making an iPhone application that I want to take in a bunch of addresses and display them on a map using different colored pins to mark the different addresses. First of all, is this possible? Secondly, I want a way to do it without having to open up the map in a browser, but display it directly as a view. Is this possible? Thanks.
Upvotes: 2
Views: 708
Reputation: 13267
Yes, that is possible. You can put a MKMapView directly into the view. This can be dragged and dropped in the XIB file! Make sure that you also include the Map Kit framework in your project, too. For addresses, I would look at the link to the tutorial Jacky Boy gave.
Upvotes: 1
Reputation: 25907
yes it is possible Tim, check here:
http://blog.objectgraph.com/index.php/2009/04/02/iphone-sdk-30-playing-with-map-kit/
Upvotes: 5