Map Rectangle
Constructors
Link copied to clipboard
open fun MapRectangle(@NonNull boundingBox: GeoBoundingBox, marginLeftPx: Int, marginTopPx: Int, marginRightPx: Int, marginBottomPx: Int)
Link copied to clipboard
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)
Link copied to clipboard
open fun MapRectangle(@NonNull boundingBox: GeoBoundingBox, marginLeftPx: Int, marginTopPx: Int, marginRightPx: Int, marginBottomPx: Int, @FloatRange(from = 0.0, to = 20.0 ) maxZoomLevel: Float)
Link copied to clipboard
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)
Functions
Link copied to clipboard
Link copied to clipboard
If object after recreate from parcel contains all of reference like original object method return true.
Link copied to clipboard