简体   繁体   中英

Showing Driving Directions in MapKit

is there any way to show the driving directions in iphones MapKit?

is there any way to get the coordinates and names of a route as an XML or in other formates from google MAPs API ? eg , http://maps.google.com/maps?f=d&hl=en&geocode=&saddr=39.23232,-103.343433&daddr=41.23232,-104.344343&ie=UTF8&z=12

No, you cannot use MapKit for driving directions. It does not support this.

However, you could improvise a transparent view on top of MapKit and draw something, but nothing native to MapKit.

EDIT: Here is a sample of drawing routes yourself:
http://spitzkoff.com/craig/?p=65

You should try Kishikawa Katsumi's project MapKit-Route-Directions is really well made and useful. You can find the sample project at github https://github.com/kishikawakatsumi/MapKit-Route-Directions.git

You can add to your view UIWebView. Than load to UIWebView something like this

http://code.google.com/apis/maps/documentation/examples/directions-simple.html

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