ViewBox class

View box for searching

Constructors

ViewBox(double northLatitude, double southLatitude, double eastLongitude, double westLongitude)

Properties

eastLongitude double
East boundary of the view box
final
hashCode int
The hash code for this object.
no setterinherited
northLatitude double
North boundary of the view box
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
southLatitude double
South boundary of the view box
final
westLongitude double
West boundary of the view box
final

Methods

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