BoundingBox class
The bounds of the visible view in map units
Constructors
- BoundingBox({required double height, required double width, required LatLng topRight, required LatLng lowerLeft})
Properties
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.
inherited