Hi everybody,
I want to create a simple hide-and-seek game for children, where they can hide painted pebbles somewhere, and others can find them. I have challenges with the GPS coordinates.
When someone wants to drop a pebble, Adalo grabs the coordinates of the nearest building or address instead of the accurate position. This makes it challenging because the children won’t find the pebble there.
Here’s an example:
The place where I want to hide the pebble:
The coordinates that Adalo give me:
The coordinates that are saved in the db: 
The coordinates I get from another app (slightly different):
The difference in where I put it (blue dot) and where Adalo thinks I put it (the red marker):
I used different ways to save the GPS coordinates:
Simply in a location field: 
But also in two lat, lon, text fields: 
Both of them have the same results.
I checked the GPS permission; it’s even set to accurate and always.
@Victor, I noticed while searching the forum that you have some experience with GPS. Any clue here? A suggestion tip from someone else is also very welcome of course. Thanks for helping me out with this.



