Hello
I have a problem integrating a 'binkMaps' card into a PowerApps screen.
I found this link where we explain the procedure, but in the image field that must receive the card I have an error:
"https://dev.virtualearth.net/REST/V1/Imagery/Map/Road/" & EncodeUrl (txtLocation.Text) & "? mapSize =" & txtImageWidth & "," & txtImageHeight & "& key =" & txtBingMapsKey. text
My searchg place ex: 182 Av. des Champs-รlysรฉes, 75008 Paris
The error
Where is my mistake?
Thank you
Hi @Kervin,
Could you please share more details about the error message that you mentioned?
Do you want to display a Bing Map within a Image control within your app based on named location or address?
I have made a test, and the issue is confirmed on my side. I could not display the Bing Map within a Image control based on a named location or address.
But if I use the current GPS location of my device to display the Bing Map within the Image control, the Bing Map shows well as below:
I think this issue is related to Bing Maps Imagery API, I would post this issue to my product team, if the issue is solved, I would reply here.
As an alternative solution, please take a try to display a Map within the Image control using Google Maps API, then check if the issue is solved.
In addition, you could also take a try to get the GPS location (e.g. 31.494413, 120.367835) of the address you want to search, then type the GPS location within the txtLocation box, check if the issue is solved.
Best regards,
Kris
User | Count |
---|---|
174 | |
111 | |
86 | |
44 | |
42 |
User | Count |
---|---|
229 | |
118 | |
118 | |
74 | |
67 |