GPS locations in Metadata

I’m using a TTGO with a GPS module and send the payload successful to the console, create a json in the decoder, that works fine.

Now I’m wondering how to connect the latitude / longitude I extract in the decoder with the devices meta data. The idea is, to have the map (Location) in the device overview updated with the location sent by the device.

How that works ?

Kind regrads