Just to update this thread for anyone who finds it:
*The GeoMap is deprecated. If you have a choice, do not use the GeoMap. Use 
the GeoChart instead.*

On Friday, March 25, 2016 at 11:26:10 AM UTC-4, DG C wrote:
>
> I know this is an old question but it's one of the first responses from a 
> Google search so I'll give one solution.  I was able to display a GeoMap 
> for a state with the following options:
>
>    var options = {
>
>       dataMode: 'markers',
>       region: 'US-TX',
>       resolution: 'PROVINCES',
>       colorAxis: {
>           colors: ['#493B75', '#53748C', '#55F246', '#F7F725', '#FA2525' 
> ],
>           values:[1, 10, 100, 1000, 10000]
>        }
>     };
>
>
>     chart = new google.visualization.GeoMap(document.getElementById(
> control));
>     chart.draw( dataTable, options );
>
>
>
>
> On Thursday, March 14, 2013 at 9:43:30 AM UTC-4, Donald Richards wrote:
>>
>> Did you ever find a solution? 
>
>

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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/b04c815c-1f32-4a1f-a1d6-c0d393144d9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to