Appearance
BoundingBox
Type: object
Properties
- computeForZoom
function(zoom: number):BoundingBoxMethod to include the maximum item sizes to compute the real boundaries at the selected zoom level - cx
numberX coordinate of the center of the bounding box - cy
numberY coordinate of the center of the bounding box - height
numberHeight of the bounding box - maxFixedSize
numberMaximum fixed size of the elements used to compute the bounding box - maxScaledSize
numberMaximum scaled size of the elements used to compute the bounding box - maxX
numberMaximum X coordinate of the bounding box - maxY
numberMaximum Y coordinate of the bounding box - minFixedSize
numberMinimum fixed size of the elements used to compute the bounding box - minScaledSize
numberMinimum scaled size of the elements used to compute the bounding box - minX
numberMinimum X coordinate of the bounding box - minY
numberMinimum Y coordinate of the bounding box - pad
function(value: number):BoundingBoxExtends the bounding box by value on every direction - width
numberWidth of the bounding box