Google map satellite image

Hi.

how render google map satellite image in maps addon?
the image is what I need to reproduce.
I have google maps id.
Sample

Hello,

Google map tiles can be accessed only through Google Maps API. Maps add-on is based on Leaflet JS library and, unfortunately, there is no support for Google tiles out of the box.

In the documentation you can find more tile providers: XYZ Tiles.
See also how to create custom tile provider and use it in the descriptor: Create Bean Providing Tiles.