使用 SQL Server 表中的坐标添加图钉
我是 Silverlight 和 C# 编程的初学者,我正在创建一个 Bing 地图应用程序。
我尝试添加带有来自 SQL Server 的坐标和信息的图钉,但我不知道如何成功。
麦克风
I am a beginner in Silverlight and C# programming and i´m creating a Bing Map application.
I try to add pushpins with coordinates and information from a SQL Server, but I can't figure out how to succeed.
Mike
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用纬度和经度添加了带有以下代码的图钉。
XAML 标记:
添加带有工具提示的图钉的代码:
我希望这会有所帮助。如果它解决了您的问题,请将其标记为答案。
干杯!
I have added push pins with the code below using latitude and longitude.
XAML markup:
Code to add the push pin with a tooltip:
I hope this helps. Please mark this as the answer if it fixes your issue.
Cheers!