是否可以将文本添加到 Bing 地图 (AJAX) 之上的图层?
我不是在谈论图钉文本,因为它受到图钉大小的限制。 我不是在谈论 infoBox,因为我已经实现了 infoBox。 我只想在地图上的某个地方显示一些文本,无论是图钉还是信息框。
我正在使用 Bing AJAX。
I am not talking about the pushpin text, since it is restrained by the size of the pushpin.
I am not talking about infoBox, since I already implemented infoBox.
I just want to display some text over the map somewhere, whether there is a pushpin or infoBox.
I am using Bing AJAX.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当完成某个操作时,您可以简单地将浮动在地图上的 div 的可见性设置为 true。
You could simply set the visibility of a div, that is floating over the map, to true when a certain action is done.