setDisplayingAreaMargins
abstract fun setDisplayingAreaMargins(marginTop: Int, marginLeft: Int, marginBottom: Int, marginRight: Int)
Set the margins for the area that is displaying POIs within the overlay bounds. These margins provide offsets to ensure POIs near the border of the overlay not be hidden or covered.
Parameters
marginTop
the margin on the top, in pixel
marginLeft
the margin on the left, in pixel
marginBottom
the margin on the bottom, in pixel
marginRight
the margin on the right, in pixel