LatLngBounds class
- Available extensions
- Annotations
-
- @JS('google.maps.LatLngBounds')
Constructors
- LatLngBounds([Object? swOrLatLngBounds, LatLng? ne])
Properties
- center → LatLng?
-
Available on LatLngBounds, provided by the LatLngBounds$Ext extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- northEast → LatLng
-
Available on LatLngBounds, provided by the LatLngBounds$Ext extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- southWest → LatLng
-
Available on LatLngBounds, provided by the LatLngBounds$Ext extension
no setter
Methods
-
contains(
LatLng? latLng) → bool? -
equals(
[LatLngBounds? other]) → bool? -
extend(
LatLng? point) → LatLngBounds? -
intersects(
LatLngBounds? other) → bool? -
isEmpty(
) → bool? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → LatLngBoundsLiteral? -
toSpan(
) → LatLng? -
toString(
) → String -
A string representation of this object.
override
-
toUrlValue(
[num? precision]) → String? -
union(
LatLngBounds? other) → LatLngBounds?
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited