Hi, unfortunately there is no such option at this time. I'm afraid that the best that you can currently do is to set the 'region' option to 'auto' and that will pick the map that includes all of your markers.
On Thursday, October 18, 2012 3:01:16 PM UTC-4, Chloe S. wrote: > > I'm working with marine scientists and they take samples off the coast. I > would like to change the center of the chart to be off the coast. I would > like to give a latitude/longitude pair for the center of the chart, or two > latitude/longitude pairs for a window/view of the map area, or specify > multiple states like US-CT-NY. I'm hoping there is a hidden API like > geochart.center > = {lat: 89, long: -127}. > > function drawVisualization() { > var data = google.visualization.arrayToDataTable([ > ['Lat', 'Long', 'Popularity'], > > [41.083333333276, -73.39999999978, 20.4 ], > [41.083333333276, -73.39999999978, 20.6 ], > [41.099550000113, -73.415400000078, 19.0 ] > ]); > > var options = {title:'Temperature', region:'US-CT', resolution:'metros' > , width: 556, height: 347}; > var geochart = new google.visualization.GeoChart( > document.getElementById('visualization')); > geochart.draw(data, options); > } > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/fwVAM8w_YlEJ. To post to this group, send email to google-visualization-api@googlegroups.com. To unsubscribe from this group, send email to google-visualization-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.