Bounds class

Constructors

Bounds({List<double>? leftTop, List<double>? rightBottom})
Bounds.fromMap(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
leftTop List<double>?
getter/setter pair
rightBottom List<double>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

contains(double lat, double long) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

LEFT_TOP String
getter/setter pair
LEFT_TOP_LAT String
getter/setter pair
LEFT_TOP_LONG String
getter/setter pair
RIGHT_BOT String
getter/setter pair
RIGHT_BOT_LAT String
getter/setter pair
RIGHT_BOT_LONG String
getter/setter pair