我有一个特殊的标记簇,文本没有正确对齐。
我已经尝试了一切来移动文字位置:
Gmaps.map.customClusterer = function () {
return [
{
textSize: 10,
textColor: '#000',
url: '<%= asset_path 'grey-dot-2.png' %>',
height: 38,
width: 38,
raw: 'anchorText: [5,0]',
anchorText: [5,0],
opt_anchorText: [5,0]
}
];
};
但是文本总是在同一个地方呈现。有什么想法吗?
答案 0 :(得分:2)
尝试锚点:[5,0]
我遇到了类似的问题,我认为这只是一个不同的markerCluster版本。