BoundingBoxData class

Represents all information need to create the boundingBox

Constructors

BoundingBoxData({required LatLngBounds bounds, Rectangle2D? rectangle2d, EdgeInsets? padding})

Properties

bounds LatLngBounds
A latitude/longitude aligned rectangle LatLngBounds
final
hashCode int
The hash code for this object.
no setteroverride
padding EdgeInsets?
Optional padding that should be applied to the bounding box
final
rectangle2d Rectangle2D?
Optional 2D rectangle based on a Origin and Size Rectangle2D
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override