On Jan 13, 3:17 pm, Jnew <[email protected]> wrote: > http://maps.google.com/maps/api/geocode/json?address=londrina,pr&sens... > > I have a list of 150 cities, and would like to get the latitude and > longitude of them all. There is an automatic way of doing this, not > having to type each one in the url?
Have you seen this? http://blog.pamelafox.org/2008/11/geocoding-with-google-spreadsheets-and.html -- Larry > Then I'll enter these values in the marker with the Google Maps API. > > > For now, I'm using the function insert below, to automatically > convert, but is not carrying all the markers. Carries only about 30 > markers and I think the problem is due to conversion to latitude / > longitude in the script. > > What do you think? I think the geocoder is asynchronous, and subject to a quota and rate limiting. http://code.google.com/apis/maps/faq.html#geocoder_limit > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
