Package 

Class TileOverlayKt

    • Method Detail

      • TileOverlay

        @Composable() final static Unit TileOverlay(TileProvider tileProvider, TileOverlayState state, 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 overlay
        state - the TileOverlayState to be used to control the tile overlay, such as clearing stale tiles
        fadeIn - boolean indicating whether the tiles should fade in
        transparency - the transparency of the tile overlay
        visible - the visibility of the tile overlay
        zIndex - the z-index of the tile overlay
        onClick - a lambda invoked when the tile overlay is clicked