Mann
Mann

Reputation: 5507

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.

Upvotes: 0

Views: 4221

Answers (2)

rbbtsn0w
rbbtsn0w

Reputation: 75

@Gaurav Rastogi,

find this message, I'm very happy, do you know this,

according to the Google Terms & Conditions you're not allowed to use their directions/data on someone else's maps." copy somewhere.

Is it legal?

Upvotes: 0

Gaurav Rastogi
Gaurav Rastogi

Reputation: 2145

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 .

Upvotes: 3

Related Questions