tags:

views:

32

answers:

2

I am New phone Application Developer and i want to develop an Application which contains maps so will you please give me some information regarding how to load map in my application?

+2  A: 

You want to use MapKit. The specifics of this API are too expansive to discuss in this answer (and you didn't provide us with a description of what exactly you want to achieve), but look at the documentation for the MKMapView class and its delegate.

Also, there are some 80 questions on Stack Overflow tagged "MapKit".

hop
Yes,I want to use MapKit
Ankit
great. that's settled, then.
hop
A: 

Here's a blog post about the iPhone Map Kit.

If you don't understand it you should first play around with the iPhone SDK / Objective-C and get more familiar with it.

Georg