Logo

fun Logo(modifier: Modifier = Modifier, contentPadding: PaddingValues = PaddingValues(4.dp), alignment: Alignment = Alignment.BottomStart)

Add a Mapbox Logo ornament to the map.

Please note that it's required to show Mapbox Logo in your map. See Mapbox ToS

By default, the Logo will be placed to the Alignment.BottomStart of the map with padding of 4dp.

Parameters

modifier

Modifier to be applied to the Logo.

contentPadding

The default padding applied to the Logo, paddings from modifier will be applied on top of this default padding.

alignment

The alignment of the Logo within the Map.