LocationBounds class
Geographic bounding box for spatial filtering.
Constructors
- LocationBounds({required Coords southwest, required Coords northeast})
-
Creates a bounding box.
const
- LocationBounds.fromMap(JsonMap map)
-
Creates from a map.
factory
Properties
Methods
-
contains(
Coords coords) → bool - Whether the given coordinates are within this bounding box.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → JsonMap - Converts to a map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited