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