On Oct 12, 12:00 pm, Ksor <[email protected]> wrote: > Hi everyone! > There is a problem - get a list of all the countries that are visible > at the moment on the screen. > I use the following algorithm: > - Get the coordinates of the borders of the visible region > (Gmap2.getBounds ()); > - Split the visible area into smaller rectangles; > - For each rectangle getting its center; > - For each center doing GClientGeocoder.getLocations(); > Could anyone can suggest a more efficient way to solve this problem?
Have you seen this: http://www.geonames.org/export/ one of the "geocoders" listed on: http://groups.google.com/group/google-maps-api/web/resources-non-google-geocoders -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
