On Dec 18, 12:09 pm, netremo <[email protected]> wrote: > Hi! > > Can anybody help me with this one: > > I want to retrieve coordinates of all metro stations for example. > > Is it possible thought google http geocoder? (http://code.google.com/ > apis/maps/documentation/geocoding/index.html#GeocodingRequests)
No. The geocoder geocodes *addresses*, not businesses. If you know the addresses of the stations, then you could use the geocoder to get those addresses' locations. > I need coordinates of markers on this map (for > example):http://maps.google.ru/maps?f=q&source=s_q&hl=ru&geocode=&q=category:%... You need the Local Search API. Be sure to take note of the relevant Terms of Service. There are things you can and cannot do with the data, and they differ from the Maps Terms. http://code.google.com/apis/ajaxsearch/local.html http://code.google.com/apis/ajaxsearch/terms.html Andrew -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
