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

hashCode int
The hash code for this object.
no setterinherited
height double
final
lowerLeft LatLng
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topRight LatLng
final
width double
final

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

Static Methods

getLatLngFromMapUnits({required LatLng referencePoint, required double x, required double y}) LatLng
Returns the LatLng of a point given its relative position(x,y) to a reference point in map units