我正在设法标记我的标记,有没有办法改变标记的大小?
var marker = new StyledMarker({
styleIcon: new StyledIcon(StyledIconTypes.MARKER,{color:"#82F56D", text:''+i+''}),
position: myLatLng,
map: map,
title: label,
zIndex: z
});
这是我在Google地图实用程序库中的样式标记的代码。如何在圆角部分使气泡更大?我的数字接近边缘。我想要某种填充或某种填充?
谢谢!