出现我的集群,它们用我的自定义图标,大小和文本颜色很好地定义了,但是图标的位置对我来说有点太低了……我需要将其设置为20px最佳。 这是代码:
var markerCluster = new MarkerClusterer(map, markers, {
styles: [{
url: images_front_path + 'module/geoloc/pinpoint-cluster.png',
height: 64,
width: 48,
textColor: '#fff',
textSize: 15
}]
});
我试图设置一个锚点,但是它似乎无法正常工作或无法满足我的需要。