标签:virtual-earth

  • 在Bing地图上检测VE形状内的图钉 - c#

    时间:2020-7-23

    我有一张地图,其中填充了数据库中的图钉。和一个圆圈。我希望能够找出VE Shape圆半径内还有哪些其他图钉,并创建其地址列表。 function addPushPin(lat, long) { //var point = new Microsoft.Maps.Point(e.getX(), e.getY()); //var pushpinLocation = […]