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.
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.
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