gpt4 book ai didi

google-maps - 如何使用 markerwithlabel 隐藏或禁用谷歌地图上的默认标记

转载 作者:行者123 更新时间:2023-12-02 04:34:19 27 4
gpt4 key购买 nike

我正在使用带有 markerwithlabel 的 google map,我只想显示 markerwithlabel 而不需要显示默认图标标记

我的来源:

var markerMap = new MarkerWithLabel({
position: latLng,
draggable: true,
raiseOnDrag: true,
map: map,
labelContent: "<div class='arrow'>1.300.000 VND</div>",
labelAnchor: new google.maps.Point(30, 30),
labelClass: "labels", // the CSS class for the label
isClicked: false
});

结果:

enter image description here

但是它显示双图标(包括:defaul icon 和markerwithlabel)

我尝试了很多方法,但我找不到最好的方法。如何隐藏或禁用默认图标谷歌地图并只显示带有标签的标记?

非常感谢!

最佳答案

icon: "",//空字符串会隐藏图标

              current_marker = new google.maps.Marker({
position: {lat: current_lat, lng: current_long},
map,
title: 'currentLocationMarker',

icon: " ", // an empty string will hide the icon
draggable: true
});

关于google-maps - 如何使用 markerwithlabel 隐藏或禁用谷歌地图上的默认标记,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45109112/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com