setPadding

abstract fun setPadding(padding: Padding)

Sets padding on the MapView to determine space for the safe area. The safe area is the part of the viewport which is considered completely visible by the user i.e. not covered by UI components such as buttons or sliders.

Parameters

padding

The Padding to set.