-
public final class TileOverlayKt
-
-
Method Summary
-
-
Method Detail
-
TileOverlay
@Composable() final static Unit TileOverlay(TileProvider tileProvider, Boolean fadeIn, Float transparency, Boolean visible, Float zIndex, Function1<TileOverlay, Unit> onClick)
A composable for a tile overlay on the map.
- Parameters:
tileProvider- the tile provider to use for this tile overlayfadeIn- boolean indicating whether the tiles should fade intransparency- the transparency of the tile overlayvisible- the visibility of the tile overlayzIndex- the z-index of the tile overlayonClick- a lambda invoked when the tile overlay is clicked
-
-
-
-