谷歌地图更改导航地图控制器

发布于 2024-10-31 09:12:29 字数 274 浏览 1 评论 0原文

好的,所以我有一个谷歌地图商店定位器,我想切换它需要缩放器和所有小工具的图像...这就是它的样子,我知道每个人都知道...

http://maps.gstatic.com/intl/en_us/mapfiles/mapcontrols3d5.png

我想更改用我自己的一个库存一个..可以用jquery之类的东西吗

ok so i have a google map store locator and i want to switch the image it calls for the zoomer and all the little tools... heres what it looks like i know everyone knows...

http://maps.gstatic.com/intl/en_us/mapfiles/mapcontrols3d5.png

i want to change the stock one with one of my own.. is that possible with jquery or something

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七分※倦醒 2024-11-07 09:12:29

请查看自定义控件中的文档。

我这样做的方法是在我的页面中创建一个 div,然后将其添加到地图中

var mapControl=document.getElementById("yourCustomControlDiv");
map.controls[google.maps.ControlPosition.TOP].push(mapControl);

Take a look at the documentation at the custom controls.

The way i do it is by creating a div in my page and then add it like this inside the map

var mapControl=document.getElementById("yourCustomControlDiv");
map.controls[google.maps.ControlPosition.TOP].push(mapControl);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文