Bounds class

Two lat/lon pairs defining the extent of an element.

Constructors

Bounds({double minlat = 0.0, double minlon = 0.0, double maxlat = 0.0, double maxlon = 0.0})
Construct a new Bounds with rect minlat, minlon, maxlat, maxlon.

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