Different color to noise marker using here maps
问题 Is it possible to apply different color to different noise markers while clustering using here maps api? There's a theming option available, but that applies to all markers. I would like to set a specific color to specific point based on certain conditions. 回答1: This is certainly possible using a custom theme. The definition of the H.clustering.DataPoint object includes a data() method which can hold arbitrary data. When you prepare your dataset you can add it as shown: var dataPoints = [];