ios6 - How to show navigation on map iPhone? -
in app want show navigation based on 2 coordinates,currently using mkmapview show route.is possible show navigation on mkmapview?
if how can implemented,suggest me example code.
any appreciated.
thanks in advance.
in ios 6.1 , earlier, mapkit framework not provide mechanism show directions on mkmapview
. 3 options:
you can request directions maps app. it's inelegant solution (to leave app), works.
you consider using google maps sdk ios, provides api requesting directions. see directions , google maps ios sdk video.
if you're registered apple developer, should check out mapkit framework enhancements in ios 7. (unfortunately, while it's in beta, precluded discussing details here.)
Comments
Post a Comment