I am trying to implement a feature to get directions from my custom mapview. The get direction feature is exactly like the one in map app in iphone. I am a bit clueless to start with this feature. Any suggestions will be apppreciated
Asked
Active
Viewed 1,585 times
1
-
I have a mapview class that subclass Mkmapview class. And I am dropping pins which points to addresses that I have in my custom contact listMy application wants the exact features that you find in Iphone maps app. Get direction should accept source and destination locations and should draw the route exactly like the map app. – Xavi Valero Dec 15 '11 at 11:53
-
does the link given below helpful to you? – Yama Dec 15 '11 at 12:40
-
Could you give me any other links – Xavi Valero Dec 16 '11 at 11:48
-
You can also google hopefully. I am bit busy today. hope u don't mind. – Yama Dec 16 '11 at 13:18
-
@Sarah. Carry on. Thanks for your efforts. – Xavi Valero Dec 17 '11 at 14:59
2 Answers
0
To get the routes you need, use Google Directions API. If you are using Three20, you can use extThree20Google extension

Khurram Ali
- 835
- 12
- 18
0
there are many links available stating the same. You should have look at the same. Like the one given below :