gpt4 book ai didi

google-maps-api-3 - 如何在 Google Maps v3 的折线上放置信息窗口?

转载 作者:行者123 更新时间:2023-12-04 07:08:22 25 4
gpt4 key购买 nike

我想知道怎么显示infowindowpolyline在使用中 Google Maps Api V3 ?并出现在折线的中间?!

最佳答案

首先,您需要计算折线的中间/中心。这已在此处讨论和回答;
https://stackoverflow.com/a/9090409/787921

然后你将不得不打开信息窗口;

var infowindow = new google.maps.InfoWindow({
content: "infowindow text content"});
infowindow.setPosition(midLatLng);
infowindow.open(map);

关于google-maps-api-3 - 如何在 Google Maps v3 的折线上放置信息窗口?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8247145/

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