Hugi HorseDay

Results 2 comments of Hugi HorseDay

in file BackgroundLocationService.kt the onRequestPermissionResult has wrong types and thus is not implemented correctly.

You just have to point to the correct tile server. Maybe someone more experienced can comment but this is how I did it: `satellite_tiles = "https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}"` `t = tilemapbase.tiles.Tiles(satellite_tiles, "satellite")`...