CameraUpdateNewLatLngBounds class
Defines a camera move to a new bounding latitude and longitude range.
- Inheritance
-
- Object
- CameraUpdate
- CameraUpdateNewLatLngBounds
Constructors
- CameraUpdateNewLatLngBounds(LatLngBounds bounds, double padding)
-
Creates a camera move to a bounding range.
const
Properties
- bounds → LatLngBounds
-
The northeast and southwest bounding coordinates.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- padding → double
-
The amount of padding by which the view is inset.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateType → CameraUpdateType
-
Indicates which type of camera update this instance represents.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
Converts this object to something serializable in JSON.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited