Map Rectangle
Constructors
MapRectangle
Link copied to clipboard
open fun MapRectangle(@NonNull boundingBox: GeoBoundingBox, marginLeftPx: Int, marginTopPx: Int, marginRightPx: Int, marginBottomPx: Int)
Content copied to clipboard
MapRectangle
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)
Content copied to clipboard
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.0 ) maxZoomLevel: Float)
Content copied to clipboard
MapRectangle
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)
Content copied to clipboard
Functions
describe Contents
Link copied to clipboard
is Valid Parcelable
Link copied to clipboard
If object after recreate from parcel contains all of reference like original object method return true.
write To Parcel
Link copied to clipboard
Properties
CREATOR
Link copied to clipboard
INVALID
Link copied to clipboard
isAbsolute
Link copied to clipboard
mBoundingBox
Link copied to clipboard
mMarginRect
Link copied to clipboard
mMaxZoomLevel
Link copied to clipboard