rememberLogoState

fun rememberLogoState(margin: PaddingValues = PaddingValues(), visibilityPolicy: LogoView.VisibilityPolicy = LogoView.VisibilityPolicy.Visible): LogoState

Remembers and returns the LogoState. The same state is returned as long as all parameter values are the same. If any parameter value changes, a new state instance is returned.

Important: Use named parameters to avoid ambiguous method calls due to API changes.

Parameters

margin

Margin of the scale that it will use for positioning in the area of the map. The default value result in no margin.

visibilityPolicy

The visibility policy of a logo. The default value is LogoView.VisibilityPolicy.Visible.