您可以查看此IMG以快速了解此问题:
当您在地图上使用鼠标拖动时,Example IMG会附加此选项。谢谢
发布于 2020-07-06 16:43:59
您可能应该向标记添加样式:
#marker {
position: absolute;
top: 0;
left: 0;
background-image: your-marker-icon-here.svg;
background-size: cover;
width: 50px;
height: 50px;
}https://stackoverflow.com/questions/61895945
复制相似问题