LatLngBounds class

Constructors

LatLngBounds({required LatLng southwest, required LatLng northeast})
Creates geographical bounding box with the specified corners.

Properties

appleLatLngBounds → LatLngBounds
no setter
googleLatLngBounds → LatLngBounds
no setter
hashCode int
The hash code for this object.
no setterinherited
northeast LatLng
The northeast corner of the rectangle.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
southwest LatLng
The southwest corner of the rectangle.
final

Methods

contains(LatLng point) bool
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