InfiniteCoordinateBounds class
CoordinateBounds spanning the entire world with infiniteBounds: true.
Pass to APIs like MapboxMap.setBounds to clear the bounds constraint.
- Inheritance
-
- Object
- CoordinateBounds
- InfiniteCoordinateBounds
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- infiniteBounds ↔ bool
-
If set to
true, an infinite (unconstrained) bounds covering the world coordinates would be used. Coordinates provided insouthwestandnortheastfields would be omitted and have no effect.getter/setter pairinherited - northeast ↔ Point
-
Coordinate at the northeast corner.
Note: setting this field with invalid values (infinite, NaN) will crash the application.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- southwest ↔ Point
-
Coordinate at the southwest corner.
Note: setting this field with invalid values (infinite, NaN) will crash the application.
getter/setter pairinherited
Methods
-
encode(
) → Object -
inherited
-
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