Curious if there is a solution for showing multiple pins on a Bing map? If so, would appreciate somebody pointing me in the right direction.
Solved! Go to Solution.
HI @KickingApps,
Do you want to display a Bing Map within your app with multiple pushpins?
Currently, there is no direct way to display Bing Map within PowerApps app. As an alternative solution, I think the Image control and Bing Maps Imagery API could achieve your needs.
Please check and see if the following blog would help in your cenario:
https://powerapps.microsoft.com/en-us/blog/image-control-static-maps-api/
More details about the Bing Map API to display multiple pushpins, please check the following article:
More details about Pushpin Syntax and Icon Style, please check the following article:
I have made a test on my side, please take a try with the following workaround:
Set the Image property of the Image control to following:
"https://dev.virtualearth.net/REST/V1/Imagery/Map/"&drpBingImagerySets.Selected.Value&"/" & EncodeUrl(txtLocation.Text) & "/"& slZoom.Value &"?mapSize=" & txtImageWidth & "," & txtImageHeight & "&pp="&"36.204824,138.25292421;21;First+Point&pp=36.305578,138.306655;21;Second+Point&key="&txtBingMapsKey.Text
Best regards,
Kris
HI @KickingApps,
Do you want to display a Bing Map within your app with multiple pushpins?
Currently, there is no direct way to display Bing Map within PowerApps app. As an alternative solution, I think the Image control and Bing Maps Imagery API could achieve your needs.
Please check and see if the following blog would help in your cenario:
https://powerapps.microsoft.com/en-us/blog/image-control-static-maps-api/
More details about the Bing Map API to display multiple pushpins, please check the following article:
More details about Pushpin Syntax and Icon Style, please check the following article:
I have made a test on my side, please take a try with the following workaround:
Set the Image property of the Image control to following:
"https://dev.virtualearth.net/REST/V1/Imagery/Map/"&drpBingImagerySets.Selected.Value&"/" & EncodeUrl(txtLocation.Text) & "/"& slZoom.Value &"?mapSize=" & txtImageWidth & "," & txtImageHeight & "&pp="&"36.204824,138.25292421;21;First+Point&pp=36.305578,138.306655;21;Second+Point&key="&txtBingMapsKey.Text
Best regards,
Kris
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
200 | |
178 | |
67 | |
36 | |
33 |
User | Count |
---|---|
341 | |
272 | |
115 | |
74 | |
58 |