Bing 地图添加多个图钉
如何通过 Ajax API 将多个图钉添加到 Bing 地图 v7..?
它们可以从数组、列表、json 或其他任何地方加载。
有人可以提供一个小例子吗?谢谢
How to do add multiple pushpins to the Bing map v7 through Ajax API.. ?
They could be loaded from a array, list, json or anywhere else..
could someone provide a small example? Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 EntityCollection 添加多个图钉同时。
示例:
此外,这里还有另一个 使用 JSON 和 jQuery 的示例。
You can use EntityCollection to add several pins at the same time.
Example:
Also, here another example using JSON and jQuery.