0

Hey guys. I have an iphone application that sorts locations based on how long it would take to get there. Is there a way to use google maps (or something similar) to find the travel time between point A and B? There was a post on this forum over a year ago that said it can only be done in javascript. This post gives a javascript example. Is there a way to run this javascript in cocoa-touch, or does the google maps API now support this? Thanks!

Community
  • 1
  • 1
alexshafran
  • 433
  • 2
  • 5
  • 13

1 Answers1

1

you can check out https://github.com/kishikawakatsumi/MapKit-Route-Directions

Mujah Maskey
  • 8,654
  • 8
  • 40
  • 61