带有谷歌地图 API v3 的自定义信息窗口框?
我正在尝试在 google 地图 api 中有一个自定义信息窗口框。如果这是不可能的,我想至少删除弹出窗口的圆角。这可能吗?
我尝试使用
InfoWindow({
content: "<h3>" + title + "</h3>",
boxStyle: { styles }
})
但 boxStyle 什么也没做。
I am trying to have a custom infowindow box in the google maps api. If that is not possible, I want to at least remove the rounded corners for the popup. Is this possible?
I tried useing
InfoWindow({
content: "<h3>" + title + "</h3>",
boxStyle: { styles }
})
but boxStyle does nothing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Google 地图实用程序库。或者您可以编写一个自定义类来覆盖默认样式
You can use an InfoBox class from Google Maps Utility Library. Or you can write a custom class overriding the default styling