BoundingBox class

Available extensions

Constructors

BoundingBox({required double north, required double east, required double south, required double west})
const
BoundingBox.fromCenter(GeoPoint center, double distanceKm)
factory
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

inBoundingBox(GeoPoint point) bool

Available on BoundingBox, provided by the ExtBoundingBox extension

isWorld() bool

Available on BoundingBox, provided by the ExtBoundingBox extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toIOSList() List<double>

Available on BoundingBox, provided by the ExtBoundingBox extension

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>