MapRectangle

class MapRectangle : BaseNativeParcelable

Constructors

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

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
isValid
Link copied to clipboard
open fun isValid(): Boolean
isValidParcelable
Link copied to clipboard
open fun isValidParcelable(): Boolean
If object after recreate from parcel contains all of reference like original object method return true.
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Parcelable.Creator<MapRectangle>
INVALID
Link copied to clipboard
val INVALID: MapRectangle
isAbsolute
Link copied to clipboard
val isAbsolute: Boolean
mBoundingBox
Link copied to clipboard
val mBoundingBox: GeoBoundingBox
mMarginRect
Link copied to clipboard
val mMarginRect: RectF
mMaxZoomLevel
Link copied to clipboard
val mMaxZoomLevel: Float