Bounds class
A rectangle in geographical coordinates from points at the southwest and northeast corners.
Constructors
- Bounds({required LatLng northeast, required LatLng southwest})
-
const
-
Bounds.fromJson(Map<
String, dynamic> json) -
Converts a map in JSON format to its corresponding object.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this object to something serializable in JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override