It would be great if the chart.draw() method supported arrays so that one 
could draw regions and markers on the same map. It seems necessary as one 
needs to call different options arguments for regions and markers. 
Especially the displayMode.

Example:

chart.draw([
  [regionsData, regionsOptions],
  [markersData, markersOptions]
]);

You called the draw() method with an Array rather than a DataTable or 
DataView

It's also not clear why Google Maps Javascript API 
<https://developers.google.com/maps/documentation/javascript/>and Charts 
<https://google-developers.appspot.com/chart/interactive/docs/gallery/map> 
aren't consolidated into one full featured API?

There are also partially featured custom Maps in Google Maps and Google 
Sheets, it would be great to have more features by combining these two.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/a9a2de6c-3014-4952-acc6-2c49fca4188d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to