Map Rectangle
open fun MapRectangle(@NonNull boundingBox: GeoBoundingBox, marginLeftPx: Int, marginTopPx: Int, marginRightPx: Int, marginBottomPx: Int)
open fun MapRectangle(@NonNull boundingBox: GeoBoundingBox, @FloatRange(from = 0.0, to = 1.0 ) marginLeftPerc: Float, @FloatRange(from = 0.0, to = 1.0 ) marginTopPerc: Float, @FloatRange(from = 0.0, to = 1.0 ) marginRightPerc: Float, @FloatRange(from = 0.0, to = 1.0 ) marginBottomPerc: Float)
open fun MapRectangle(@NonNull boundingBox: GeoBoundingBox, marginLeftPx: Int, marginTopPx: Int, marginRightPx: Int, marginBottomPx: Int, @FloatRange(from = 0.0, to = 20.0 ) maxZoomLevel: Float)
open fun MapRectangle(@NonNull boundingBox: GeoBoundingBox, @FloatRange(from = 0.0, to = 1.0 ) marginLeftPerc: Float, @FloatRange(from = 0.0, to = 1.0 ) marginTopPerc: Float, @FloatRange(from = 0.0, to = 1.0 ) marginRightPerc: Float, @FloatRange(from = 0.0, to = 1.0 ) marginBottomPerc: Float, @FloatRange(from = 0.0, to = 20.0 ) maxZoomLevel: Float)