作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在 map 、卫星和混合按钮旁边的谷歌地图上放置一个按钮。
我想知道它是否可能以及最好的方法是什么?
所以我的想法是在谷歌地图上覆盖一个可点击的图像,但不确定这是否会使所有事件远离谷歌地图。
您对如何完成有任何想法吗?
最佳答案
接受的答案来自 2009 年(5 年前),并链接到已弃用的 Google Maps API 版本。
在搜索同样的问题时,我发现了这个例子:https://developers.google.com/maps/documentation/javascript/examples/control-custom
// Create the DIV to hold the control and
// call the HomeControl() constructor passing
// in this DIV.
var homeControlDiv = document.createElement('div');
var homeControl = new HomeControl(homeControlDiv, map);
homeControlDiv.index = 1;
map.controls[google.maps.ControlPosition.TOP_RIGHT].push(homeControlDiv);
关于google-maps - 在谷歌地图上放一个按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1068158/
leaflet:一个开源并且对移动端友好的交互式地图 JavaScript 库 中文文档: https://leafletjs.cn/reference.html 官网(英文): ht
我是一名优秀的程序员,十分优秀!