Hi,
I created a Nearby Instant App to test out its capabilities, but when I use the "Find Current Location" button it doesn't show my exact location in desktop.
The screenshot below is the app showing where it thinks my location is (circled in yellow) compared to where I actually am location (circled in red).
This is also the case for other desktops I tested it on as well.
However, when I test it on my phone it does show my exact location.
So, I'm wondering if anyone else experienced this using the Nearby app and is there a way to have the Nearby Instant App show your location more accurately?
The Nearby app current location functionality uses something called the Geolocation API to determine your current location. This api is most accurate on devices with GPS. On desktop w/o gps the location is determined using various methods like IP address, WIFI etc. If you are connected to VPN it can also affect the location returned.
You can find more info on this here:
https://blog.logrocket.com/what-you-need-know-while-using-geolocation-api/
I see, thank you for the explanation.