Hello. To avoid the XY problem, i will write it all start to end.
I have android phone and i’ve been playing with Tasker for some time now. One of the things that annoy my lazy ass is to remember things and ask them / discuss them in certain scenarios. Most of the time, it is location dependent, or when i meet someone. I wanted to make something like location-based remainder that would make notification or somehow drag my attention to the reminder of discuss / do something. I noticed Google implemented the location services into pretty much every Android phone. This location is built in and
nicely optimized for battery life. There is an option to share my location with other email / google accounts. And right here is the idea.
What if n8n could somehow integrate / track my location (from second google account i shared my location with, typically using google maps) and then make decisions based on it? This could be nicely integrated with AI chatbots prompted to act like personal managers.
The example scenario would be to send message to the personal manager (using chatting platform like Telegram or Signal) which would contain something like “Remind me of dogs when i meet Josh.” - so it would then track my location and if it would be close enough to Josh’s location (that he shared with me), it would make notification or somehow just drag my attention of the reminder.
I guess it would require paid google maps API and ChatGPT API as well. But it doesn’t matter anyway, i would just like to know if it is somehow possible to collect my location using those google location services in order to automate things based on my (android’s built-in) location system.