MapRectangle

open fun MapRectangle(@NonNull() boundingBox: GeoBoundingBox, marginLeftPx: Int, marginTopPx: Int, marginRightPx: Int, marginBottomPx: Int)
open fun MapRectangle(@NonNull() boundingBox: GeoBoundingBox, marginLeftPerc: Float, marginTopPerc: Float, marginRightPerc: Float, marginBottomPerc: Float)
open fun MapRectangle(@NonNull() boundingBox: GeoBoundingBox, marginLeftPx: Int, marginTopPx: Int, marginRightPx: Int, marginBottomPx: Int, maxZoomLevel: Float)
open fun MapRectangle(@NonNull() boundingBox: GeoBoundingBox, marginLeftPerc: Float, marginTopPerc: Float, marginRightPerc: Float, marginBottomPerc: Float, maxZoomLevel: Float)