is it possible to set color for geomap?

Also I would like to listen community opinion about alternatives in Geo Coding solutions.

Thanks.

link|improve this question

Color of what? Are you making custom polygons with GPolygon or what exactly? – Peter Bailey Apr 27 '10 at 13:27
Read subject please... – omoto May 3 '10 at 18:16
feedback

2 Answers

It is possible to set the color for the regions used in the geomap. This API page explains everything:

http://code.google.com/apis/visualization/documentation/gallery/geomap.html

link|improve this answer
feedback

As part of your options object pass in the hex for the colors you want. For instance
options['colors']=[0XEBEBEB,0XA3D5F8];
will give you those two colors as base.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.