# !pip install leafmap import leafmap leafmap.search_xyz_services(keyword="esri") m = leafmap.Map() m.add_xyz_service("xyz.Esri.NatGeoWorldMap") m leafmap.search_qms(keyword="google") m = leafmap.Map() m.add_xyz_service("qms.Google Satellite Hybrid") m