BoundingBox class
Constructors
- BoundingBox.new({required LatLng min, required LatLng max})
- BoundingBox.fromJsonArray(List json)
-
factory
- BoundingBox.fromJsonStringArray(List json)
-
factory
-
BoundingBox.fromRawValueList(List<
double> values) -
factory
- BoundingBox.fromRawValues({required double minLat, required double maxLat, required double minLon, required double maxLon})
-
factory
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