Google Local Search API
- by Gublooo
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