how can i extract all addresses,corresponding latitude & longitude of a city(eg:Bangalore) from google map using php/js and store in mysql table .can anyone help me.Its urgent.Thank Yo
+3
A:
Have a read through the Google Places API.
The Google Places API is a service that returns information about a "place" (hereafter referred to as a Place) — defined within this API as an establishment, a geographic location, or prominent point of interest — using an HTTP request. Place requests specify locations as latitude/longitude coordinates.
Russell Dias
2010-10-18 08:18:12
+2
A:
You should also read the terms:
License Restrictions
10.3 pre-fetch, cache, or store any Content, except that you may store limited amounts of Content for the purpose of improving the performance of your Maps API Implementation if you do so temporarily, securely, and in a manner that does not permit use of the Content outside of the Service;
Dr.Molle
2010-10-18 08:42:50