LatLngBounds class
Constructors
- LatLngBounds.new({required LatLng southWest, required LatLng northEast})
Properties
Methods
-
copyWith(
{LatLng? southWest, LatLng? northEast}) → LatLngBounds -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
nullableFromJson(
dynamic value) → LatLngBounds?