使用集合在powerapps BingMap上显示多个PushPins

时间:2019-03-19 13:27:56

标签: bing-maps connector powerapps

我已经使用流程返回了位置列表及其坐标在集合中的位置,现在我正尝试使用BingMaps将其显示在地图上。 “ Mylist”是集合名称,但是我不确定使用正确的语法来显示所需的参数。

BingMaps.GetMap("CanvasLight",15,Location.Latitude,Location.Longitude,
{pushpin: Concat(mylist.Lat&","& mylist.Long,";37",";\r\n")})

我在powerapps中的收藏看起来像这样。
powerapps collection

这是指向图钉的语法的链接:https://docs.microsoft.com/en-us/bingmaps/rest-services/common-parameters-and-types/pushpin-syntax-a ...

1 个答案:

答案 0 :(得分:0)

我想这将帮助您在地图上获得多个图钉

https://dev.virtualearth.net/REST/v1/Imagery/Map/Aerial/Location of static map / 4?optimize = distance&dpi = Large&mapSize = 550,400&key =”&BingMapsKey&“&pp”&Concat(MyList,“ =”&纬度&“,”&经度&“ ;“&22&”&pp“)