How can I store Google Maps search results in an array?
Posted
by Thomas
on Stack Overflow
See other posts from Stack Overflow
or by Thomas
Published on 2010-03-15T15:39:19Z
Indexed on
2010/03/15
15:39 UTC
Read the original article
Hit count: 321
Hi All,
I'm working on an app where I need to query Google for businesses near a current location. How do I go about storing them in an array? I don't want to exit the app and open Google Maps, I want to be able to display the addresses in a list format (Table View, I suppose).
Any help would be greatly appreciated.
Thanks! Thomas
© Stack Overflow or respective owner