BoundingBox class

Available Extensions

Constructors

BoundingBox({required double north, required double east, required double south, required double west})
BoundingBox.fromMap(Map map)
BoundingBox.world()
const

Properties

east double
final
hashCode int
The hash code for this object.
no setteroverride
north double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
south double
final
west double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, double>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromGeoPoints(List<GeoPoint> geoPoints) BoundingBox
fromGeoPointsAsync(List<GeoPoint> geoPoints) Future<BoundingBox>