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

hashCode int
The hash code for this object.
no setteroverride
northeast → LatLng
See LatLngLiteral for more information.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
southwest → LatLng
See LatLngLiteral for more information.
final

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