Is this possible?

Bizywhiz

New member
I share my location on Google maps with my little brother and vice versa. Is there a way we could write a macro that would automatically check the shared location of each other at a specific interval and then log it to a map or spreadsheet?
 

Ctrelok_Cvobods

New member
This is possible, I have a similar macro that counts the distance from the nearest Wi-Fi point to me, and also counts my speed in 60 seconds and based on this data changes the GPS update time and turns on Wi-Fi when approaching.
If the question is still relevant, I can trim the macro (erasing personal data) and send the main difficulties.
The only thing is that I have never used the "Send file" action and do not know how to properly synchronize between devices.
Most likely, one device will record the coordinates of the location, and the other will receive them and compare them with its own, if you put a distance of, for example, 100m, then write the middle of the segment between two points to the file.
 

Dm114

Well-known member
This is possible, I have a similar macro that counts the distance from the nearest Wi-Fi point to me, and also counts my speed in 60 seconds and based on this data changes the GPS update time and turns on Wi-Fi when approaching.
If the question is still relevant, I can trim the macro (erasing personal data) and send the main difficulties.
The only thing is that I have never used the "Send file" action and do not know how to properly synchronize between devices.
Most likely, one device will record the coordinates of the location, and the other will receive them and compare them with its own, if you put a distance of, for example, 100m, then write the middle of the segment between two points to the file.
To communicate between devices you could use webhooks
 
Top