Load GPS data in the background

Hello you, it is possible when I start my app. That the GPS data of the current address are already loaded?
I trigger the GPS data transmission of the current address now with a button. But that doesn't always work. That's why I wanted to load it in the background.

Greetings Stefan

You can save the current address to a TinyDB and post it in a Label at any time and recall it at start of your app. Beware, you might actually be at a different address if you do that.

This tutorial explains how the GPS works HOW TO: Parse a LocationSensor's Current Address by SteveJG with respect to current address.

Google provides the current address depending on your actual location so not sure how you expect it to load in the background.