LatLngBounds class

Constructors

LatLngBounds([LatLng? corner1, LatLng? corner2])
LatLngBounds.fromPoints(List<LatLng> points)

Properties

center → LatLng
no setter
east double
no setter
hashCode int
The hash code for this object.
no setteroverride
isValid bool
no setter
north double
no setter
northEast → LatLng?
no setter
northWest → LatLng
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
south double
no setter
southEast → LatLng
no setter
southWest → LatLng?
no setter
west double
no setter

Methods

contains(LatLng? point) bool
containsBounds(LatLngBounds bounds) bool
extend(LatLng? latlng) → void
extendBounds(LatLngBounds bounds) → void
isOverlapping(LatLngBounds? bounds) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pad(double bufferRatio) → void
toString() String
A string representation of this object.
inherited

Operators

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