-
public final class GroundOverlayKt
-
-
Method Summary
Modifier and Type Method Description final static UnitGroundOverlay(GroundOverlayPosition position, BitmapDescriptor image, Offset anchor, Float bearing, Boolean clickable, Object tag, Float transparency, Boolean visible, Float zIndex, Function1<GroundOverlay, Unit> onClick)A composable for a ground overlay on the map. -
-
Method Detail
-
GroundOverlay
@Composable() final static Unit GroundOverlay(GroundOverlayPosition position, BitmapDescriptor image, Offset anchor, Float bearing, Boolean clickable, Object tag, Float transparency, Boolean visible, Float zIndex, Function1<GroundOverlay, Unit> onClick)
A composable for a ground overlay on the map.
- Parameters:
position- the position of the ground overlayimage- the image of the ground overlayanchor- the anchor of the ground overlaybearing- the bearing of the ground overlay in degrees clockwise from northclickable- boolean indicating if the ground overlay is clickable or nottag- optional tag to associate with the ground overlaytransparency- the transparency of the ground overlayvisible- the visibility of the ground overlayzIndex- the z-index of the ground overlayonClick- a lambda invoked when the ground overlay is clicked
-
-
-
-