MKMapView roadmap
How to get route from user's current location to destination in MkMapView?
+2
Mike
source
to share
3 answers
You need to deal with it yourself. Get gps data somewhere for route and draw lines by yourself.
+1
CiNN
source
to share
I don't think anything is allowed in Makita. I believe this is part of a limitation to prevent the application from using Mapkit "in turn".
0
criscokid
source
to share
You can use MapKit to display maps, but when it comes to routing, you'll need to launch the Maps app. In the Maps Maps url you can pass the lat / long coordinates of the destination and place it. The user can then find their way from their current location.
0
Ramin
source
to share