Bounds class
Two lat/lon pairs defining the extent of an element.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- maxlat ↔ double
-
The maximum latitude.
getter/setter pair
- maxlon ↔ double
-
The maximum latitude.
getter/setter pair
- minlat ↔ double
-
The minimum latitude.
getter/setter pair
- minlon ↔ double
-
The minimum longitude.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override