I expect that labels should not be shadowed by livemap elements:
gdf = geocode_cities("Washington").get_centroids()
ggplot() + geom_livemap(zoom=7) + \
geom_label(aes(label="found name"), data=gdf, size=12, color="red")

Maybe it also should work the same for geom_text().
I expect that labels should not be shadowed by livemap elements:
Maybe it also should work the same for
geom_text().