> We are currently trying to build a location aware application. On the > user interface of this application we have 3 drop down boxes - one > each for "country", "city" and "locality". When the user selects the > country (from India, USA and UK), we need to populate the "city" drop > down with all the cities of the selected country. When the user > selects the city, we need to populate the "locality" drop down with > all the localities that are within the city. We would appreciate it if > you could tell us whether or not the Google Maps API (Premier or > otherwise) supports this
No. You might look at Geonames for bulk data like that. It sounds a very clumsy way to do it (how big are your dropdowns going to be?) Why not let the user type in what they like for a location, geocode it and reject stuff you don't like. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
