Hello,
I’m trying to use the LocationSensor in a test app I’m making to evaluate Thunkable.
Basically the app will display a map which is centered, and sized at 50% x 50% of the screen. And show some text beneath the map. This part of the app I managed to make without problems.
I added a LocationSensor and from that I read the current location and write that to the map using the “when(Screen1) opens” event. This also works fine.
But now I want the map to move when I move and reflect my current location at all times. I expected the LocationSensor to have something like a LocationChanged event or similar but it doesn’t. In fact it has no events whatsoever, only properties.
So how am I supposed to get notified and update the map as the user moves?
Regards,
Michael Berg