如何在谷歌地图中创建带有气泡聊天背景和图像右上角的数字(如调情地图)的自定义标记?
请注意,这与 infowindow 不同,infowindow 可以放置任何 html 代码,但只有在单击标记时才会激活。 我知道您可以有不同的标记图标,但是阴影(气泡聊天)和自定义数字是如何显示的?像这样:
(来源:apple.com)
Please note that this is different from infowindow, which you can put any html code, but it is only activated when you click on the marker.
I know you can have different marker icons, but how does the shadowing (bubble chat) and the custom number appear? Like this:
(source: apple.com)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以实现自定义叠加层,以使用您想要的任何 HTML 和 CSS 作为“标记”。
https://developers.google.com/maps/documentation/javascript/customoverlays
You could implement a custom overlay to use whatever HTML and CSS you want as a "marker".
https://developers.google.com/maps/documentation/javascript/customoverlays