Hello everyone,
I'm creating customs webmaps with points and markers using Python.
I'd like to have Google Maps' satellite imagery (https://mt1.google.com/vt/lyrs=y&x={col}&y={row}&z={level}) as a basemap. In the online MapViewer it's easy to add a tile layer from an url but I don't see how to do it through Python.
The guide to use the widget (https://developers.arcgis.com/python/latest/guide/using-the-map-widget/) doesn't mention how to add a layer from an url as basemap, and I didn't find any solution in the documentation or in this questions board.
I've also tried manually creating a layer in the My Content folder of my Arcgis Location Platform but the add tile and add layer features are different from that in the online MapViewer.
Any help appreciated.
Thank you