LatLngBounds class Null safety

Constructors

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

Properties

center LatLng
read-only
east double
read-only
hashCode int
The hash code for this object.
read-onlyoverride
isValid bool
read-only
north double
read-only
northEast LatLng?
read-only
northWest LatLng
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
south double
read-only
southEast LatLng
read-only
southWest LatLng?
read-only
west double
read-only

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 non-existent 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