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
-~----------~----~----~----~------~----~------~--~---