accessing google maps via UIWebView - illegal?
Posted
by Karin
on Stack Overflow
See other posts from Stack Overflow
or by Karin
Published on 2010-04-25T20:43:05Z
Indexed on
2010/04/25
20:53 UTC
Read the original article
Hit count: 305
New to iPhone development. Working on first app. I'm accessing google maps via UIWebView to forward geocode an address using "http://maps.google.com/maps?q=my address". It works, although it has this quirk of requiring you to hit "Back" button and then the "Detail" button (provided by the navigation bar) to get back to the screen from whence you started. If anyone knows why it does this, I'd love to hear. My real question, however, is this a legal use of google maps? Since I intend this app for commercial use, am I violating Google's rules + regs? If it is illegal, what's my alternative? Thanks.
© Stack Overflow or respective owner