setSafeAreaPaddings

fun setSafeAreaPaddings(left: Int, top: Int, right: Int, bottom: Int)

Set the safe area paddings, which are applied to the map to adjust for display on curved screens.

Parameters

left

the left padding

top

the top padding

right

the right padding

bottom

the bottom padding