Maps in thunkable

I need code using the geographical location blocks in Thunkable, the result of which will be as follows:
If I arrive at my home location, I hear an automatic voice message that “I have arrived home…”
If I reach a specific market, I hear “another voice message…”
If I arrive at my university, I hear “another voice message…”
And so on …
As in voice messages while tracking Google Maps completely
Note that I have a local list of those locations

This can only happen if you have the phone open at all times.

Would require you frequently checking the users location against a list of known locations to check if you are inside a geoboundary you set.

Okay, I understand that, but I want to know what is the appropriate block for this Can you help me with that?

[image]

What have you tried so far?

I’d recommend reading about looping, geofencing, Haversine formula, geoqueries with external dbs

Yes, that’s clear
And I actually programmed it
It only works if the device is open all the time
And the question
Is there a way to make the device work when it enters the geographical range?

What exactly do you mean by this? Our options for unlocking a device are limited due to security issues with any OS. You could probably trigger a push notification when the user enters the radius. But as Jarden said, you would frequently need to trigger an event to actually check where the user is.