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
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>