[Google Maps API v3] Re: circle icon with different color based on the values in the data using google maps api

2015-11-19 Thread Farook M
Thank you Mark McDonald. Seems to be useful. On Thursday, 19 November 2015 16:03:57 UTC+5:30, Farook M wrote: > > I am reading the place names from a database and doing geocoding using > google maps api. I am using circle icons instead of default red markers. > Now i would like to know whether t

Re: [Google Maps API v3] circle icon with different color based on the values in the data using google maps api

2015-11-19 Thread 'Mark McDonald' via Google Maps JavaScript API v3
You might be able to adapt some of the code from this tutorial: https://developers.google.com/maps/articles/combining-data In particular, the styling section, where fillColor is calculated. On Thu, 19 Nov 2015, 21:34 Farook M wrote: > I am reading the place names from a database and doing geoco

[Google Maps API v3] circle icon with different color based on the values in the data using google maps api

2015-11-19 Thread Farook M
I am reading the place names from a database and doing geocoding using google maps api. I am using circle icons instead of default red markers. Now i would like to know whether those circle icon can be appear in different colours based on the value in the csv data using google maps api? for e