Creating an IPhone Map application

后端 未结 5 1069
天命终不由人
天命终不由人 2021-02-06 19:28

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 ap

5条回答
  •  忘了有多久
    2021-02-06 19:49

    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 3.0 comes out, I'll updated to use the Google maps. Till then, it works.

提交回复
热议问题