Hi all,
I am learning to build mapping tools with PowerApp.
I read from this tutorial. It is using API.
"https://dev.virtualearth.net/REST/V1/Imagery/Map/Road/" & EncodeUrl(txtLocation.Text) & "?mapSize=" & txtImageWidth & "," & txtImageHeight & "&key="&txtBingMapsKey.Text
I read this Youtube, it uses Bing Map Connector.
Both methods work. Is one better than other?
It seemed to me that API way is a bit more complicated, but it is able to parse address easier as the txtLocation.Text can be street address, City, State or Country, but using the Bing Map Connector, BingMaps.GetLocationByAddress method, I need to specify street address, City, State or Country. I cannot put City name in Street address position.
Thoughts?
Thanks.
dc7669