Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/294.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用BingMap服务在一张地图上显示多个地址+;C#net_C# - Fatal编程技术网

如何使用BingMap服务在一张地图上显示多个地址+;C#net

如何使用BingMap服务在一张地图上显示多个地址+;C#net,c#,C#,我正在尝试从MapPoint服务迁移到BingMap服务,以便在我的C#.Net web应用程序上显示地图。我想得到相当于的BingMap` MapPointService.Location[] MapPointService.LatLong[] MapPointService.MapViewRepresentations MapPointService.Pushpin[] MapPointService.ViewByBoundingRectangle[] 这是一个很好的起点。请通读这些内容,

我正在尝试从MapPoint服务迁移到BingMap服务,以便在我的C#.Net web应用程序上显示地图。我想得到相当于的BingMap`

  • MapPointService.Location[]
  • MapPointService.LatLong[]
  • MapPointService.MapViewRepresentations
  • MapPointService.Pushpin[]
  • MapPointService.ViewByBoundingRectangle[]

    • 这是一个很好的起点。请通读这些内容,如果您有任何具体问题,或者找不到任何内容,请再次发布。

      Chris,我已经访问了您提到的链接,但我无法找到将MapPoint类与BingMap API类关联的位置。你能帮忙吗。