Google Geocharts: Regions and Markers on same map?
google-visualization
Solution
As stated in documentation `mode` parameter could be `region` or `marker`. So they could not be used together. I would recommend you to try jVectorMap library which supports such kind of behavior.
Problem
I'm experimenting with Google's GeoCharts. I have state data and city data that I want to display over the city data. This means I want to use the geochart `regions` and `markers` display mode at the same time. Can this be done, or faked? I can't seem to find a way but was wondering if anyone else has had success.