Creating an IPhone Map application

后端 未结 5 1071
天命终不由人
天命终不由人 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:46

    CloudMade's iPhone library is quick to get started with, lets you add geocoding and routing to your iPhone applications but is admittedly quite basic. Lots of developers who use CloudMade's services like customized maps, geocoding and routing use the "Route-Me" library. Route-Me is an open source library that uses core animation to add pinch zooming, panning and other effects. It has been used in smash hit iphone apps like Trails and [Offmaps][2] - both applications use CloudMade platform with the Route-Me library.

    By combining CloudMade's routing, geocoding and customized maps with the great Route-Me library, you can create applications that are way more advanced than anything you can do with MapKit.

提交回复
热议问题