setPadding

abstract fun setPadding(padding: Padding)

Sets padding on the map. For the map, the padding means a safe area of the MapView that does not receive any input from the user. The safe area is useful for some sections of the user interface to display UI components, i.e., buttons, sliders, etc.

Parameters

padding

The Padding to set.