tags:

views:

334

answers:

2

How can I load a google Map in my iPhone application?

Here I don't require entire web page, but just the graph part (zoomable).

any sample code link.(if available).

Thanks in advance.

+3  A: 

If you are targetting OS 3.0, you can use MapKit for this.

pgb
+2  A: 

Use MapKit framework. There is no official example code, but if you google it you can easily find 3rd-party tutorials such as this one. Here is the link to official documentation

Also there is open-source mapping framework Route me that you can look at

zakovyrya
Google: "download iphone mapkit". (Note: This broadly generalizable technique turns out to be remarkably useful. I predict great things from Google, Inc.)
Amagrammer