googlemaps/v3-utility-library

hi is there any possibility use svg image as cluster image and change color of it for each cluster? please suggest me

ashokch8 opened this issue · 1 comments

Thanks for stopping by to let us know something could be better!
example
var goldStar = {
path: "M 125,5 155,90 245,90 175,145 200,230 125,180 50,230 75,145 5,90 95,90 z",
fillColor: 'red',
fillOpacity: 0.8,
scale: 0.2,
strokeColor: 'gold',
strokeWeight: 14
};

styles = [
{
width: 53,
height: 53,
url: goldStar
},
{
url: goldStar2,
width: 35,
height: 35,

  }
];

PLEASE READ

If you have a support contract with Google, please create an issue in the support console. This will ensure a timely response.

Discover additional support services for the Google Maps Platform, including developer communities, technical guidance, and expert support at the Google Maps Platform support resources page.

If your bug or feature request is not related to this particular library, please visit the Google Maps Platform issue trackers.

Check for answers on StackOverflow with the google-maps tag.


Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.