Search code examples
iosgoogle-mapsgoogle-directions-api

Using Google Maps Direction API into iOS app


Basically i want to show Google map with direction overlay on top of it from one place to other and Direction instructions into UITableView (eg. 30Miles move left , 20 miles turn Right etc.)

Is it acceptable by Apple? I can get directions using

https://developers.google.com/maps/documentation/directions/ 

Main requirement is show directions instructions for example Driving, Walking instructions into UITableView.

But not sure Apple will approve it .

IF not what other option we have to do so.

Any help would be highly appreciated.


Solution

  • Yes , the Google Direction APIs are acceptable by Apple . I have used the direction in my projects out of which some of the Apps have been submitted to AppStore .