Hello,
I need to get location information according to latitude and longitude values. I tried Bing Map formula but it did not work.
Could anybody help me?
Thanks in advance.
Hello @Anonymous,
Is this what you're looking for?
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/signals
Hello @dinusc,
No, it is not. I have already latitude and longitude values, I want to return my county value(for example, "Bayrampasa") from this latitude and longitude. I tried BingMaps.GetLocationByPoint(Location.Latitude; Location.Longitude).name function, but it did not work.
thanks.
Can you please ensure your local device does not block the tracking request? I just tested this in a browser, and if the request is blocked then you can see a small notificaiton in the upper-right corner of the screen (see attached "Location1.png"). If I allow tracking request though, your formula seems to be working fine (see "Location2.png").
I also assume you've set a proper API BingMap key when adding the BingMap connector.
Hello Guys,
I have resolved the issue and I want to share my knowledge with you if you are facing the same issue I hope it would help you. So what you have to do that
1. If you are new in BingMap then please create your new account.
2. And then give the API name as per your understanding
3. Then generate the API key.
4. Now connect your App with BingMap connector and add the same API key what earlier you were generated.
5. Add the same formula where you want - BingMaps.GetLocationByPoint(Location.Latitude,Location.Longitude).
I hope i will help you 😊😊
Thanks
Mr. Vibhu Shukla
Hi Husss,
I hope it will help you
1. If you are new in BingMap then please create your new account.
2. And then give the API name as per your understanding
3. Then generate the API key.
4. Now connect your App with BingMap connector and add the same API key what earlier you were generated.
5. Add the same formula where you want - BingMaps.GetLocationByPoint(Location.Latitude,Location.Longitude).
I hope it will help you 😊😊
Thanks
Mr. Vibhu Shukla
Hello @Vaibhav_Shukla ,
I tried above but getting error
BingMaps.GetLocationByPoint failed: The method 'GetLocationByPoint' has an invalid value for parameter 'latitude'
The error is intermittent sometimes work sometimes gives error
Morning,
Having the same error. sometimes works sometimes give the error. very annoying.
Did you find any solution?
Thanks in advance for sharing if any.
🙂
Regards
Thanks buddy..!
its work for me..