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:

  1. you can request directions maps app. it's inelegant solution (to leave app), works.

  2. you consider using google maps sdk ios, provides api requesting directions. see directions , google maps ios sdk video.

  3. 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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -