Google Local Search API

Posted by Gublooo on Stack Overflow See other posts from Stack Overflow or by Gublooo
Published on 2010-03-28T16:16:10Z Indexed on 2010/03/28 16:23 UTC
Read the original article Hit count: 317

hey guys

couple of quick questions

1) In the local search results - we can get a lot of parameters like street title, address, city, state, lat, long , url etc - In order for me to uniquely identify this record - can I consider URL to be unique to this address or concatenation of latitude and longitude

Ref: http://code.google.com/apis/ajaxsearch/documentation/reference.html#_class_GlocalResult

2) In terms of usage, depending upon what user enters, I'm displaying a list of local business for the user to choose. Now when a user selects a particular business address - is it legal for me to store that business address along with lat and longitude information in my database for future look ups. I've seen a lot of blogs talking about storing the lat/long info but just want to be sure that i'm not violating and google rules.

Thanks

© Stack Overflow or respective owner

Related posts about google-local-search

Related posts about google-maps