Creating an IPhone Map application
问题 How can i create a map application for Iphone . I know that UIwebView can be used to display map . But is there any native API available on IPhone(which the native iphone map application uses)? 回答1: Look at the simple framework from CloudMade: http://developers.cloudmade.com/projects/show/iphone-api I use it in a simple app that I created to locate your position. It's in the App Store under PinDrop in the Navigation section. The framework is really rough, but it worked for what I needed. When