Thanks VizBoy, That was exactly what I was looking for! It allowed me to figure out what source is being used for this data.
Turns out it's the ISO-3166 country subdivision codes, which you can find at http://www.commondatahub.com/live/geography/state_province_region/iso_3166_2_state_codes Hope this proves useful to others. -Adam On Mar 14, 10:40 am, VizBoy <[email protected]> wrote: > Hi, > This code gives region names which will work > > google.visualization.events.addListener( > geomap, 'regionClick', function(e) { > alert (e['region']); > }); > > - VizBoy. > > > > On Thu, Mar 12, 2009 at 4:18 PM, Artforge <[email protected]> wrote: > > > VizBoy, > > > Thanks for the reply - but that's not what I asked. > > > I read the docs and what I need is the region WITHIN countries. > > > I've attempted to use google maps geocoding to find them (using the > > AdministativeAreaName field) but the results are wildly inconsistent, > > and do not seem to align with the visual subdivisions on the geomap > > visualizations consistantly. > > > The US is easy - state codes work great - once out of the US - it > > seems to be a total guessing game. > > > Thanks, > > > -Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Visualization 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-visualization-api?hl=en -~----------~----~----~----~------~----~------~--~---
