Matrix
Matrix

Reputation: 7623

is it legal to show google map with directions in iphone application in a UIWebView?

is it legal to show google map with directions in iphone application in a UIWebView ?? i mean to say that can apple allow this ? can apple approve an application which shows google map with directions, inside UIWebView (Not with UIMapKit).

Upvotes: 2

Views: 635

Answers (2)

Dan Hanly
Dan Hanly

Reputation: 7839

Yes. Google not only allow it, but they actively support it by providing you with the API.

Although they dont provide you with the actual code to convert it to iOS, many of the principles apply through their API on this website

Upvotes: 0

Justin
Justin

Reputation: 20609

Yes. Any questions?

Edit: I've used this approach in several published applications. Note, though, that MKOverlayView supports custom overlay drawing (as of iOS 4.0).

Upvotes: 1

Related Questions