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).
views:
85answers:
2
A:
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).
Justin
2010-08-16 11:46:12
A:
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
Daniel Hanly
2010-08-17 08:02:30