简体   繁体   中英

Can we use iPhone Mapkit Framework in a web app?

I am trying to develop a web app for iPhone on LBS. I am using the ASP.NET MVC to do this. Is there any way to use the Mapkit Framework provided by iPhone 3.0 in my web app ?

I am waiting to find this answer ....

Thanks and regards All.

In a word… no. The only way to use MapKit is in a native application on the iPhone. To achieve this with a web service, you'd need to write some kind of (XML, etc) API to your service and write a native app to communicate through it.

You can use Google Maps' JavaScript API in iPhone web apps, though - but it can be quite sluggish. You can also provide links that close Safari and open the specified location in the Maps app.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM