LatLngBounds class

Constructors

LatLngBounds(dynamic southWest, [dynamic northEast])
LatLngBounds.from(dynamic latlngs)
factory

Properties

center LatLng
no setter
east double?
no setter
hashCode int
The hash code for this object.
no setteroverride
isNotValid bool
no setter
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 latlng) bool
containsBounds(LatLngBounds bounds) bool
extend(dynamic _latlng) → dynamic
extendBounds(LatLngBounds bounds) → dynamic
isNotOverlaps(LatLngBounds bounds) bool
isOverlaps(LatLngBounds bounds) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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