I have a view based application and in that I want to show driving directions on map.
I searched for it on google, I got the google maps driving directions api but I didn’t got how to use it in program directly webview or is there any other way to use that api programmatically. Any help appreciated.
I have a view based application and in that I want to show driving
Share
If you want my advice (and this is the way I do things), use an UIWebView and use a Javascript-based sample to to ask Google to draw directions for you.
It’s easy!