Map Rectangle
Constructors
Link copied to clipboard
constructor(@NonNull boundingBox: GeoBoundingBox, marginLeftPx: Int, marginTopPx: Int, marginRightPx: Int, marginBottomPx: Int)
constructor(@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)
constructor(@NonNull boundingBox: GeoBoundingBox, marginLeftPx: Int, marginTopPx: Int, marginRightPx: Int, marginBottomPx: Int, @FloatRange(from = 0.0, to = 20.0 ) maxZoomLevel: Float)
constructor(@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)