CameraUpdateNewLatLngZoom class
Defines a camera move to new coordinates with a zoom level.
- Inheritance
-
- Object
- CameraUpdate
- CameraUpdateNewLatLngZoom
Constructors
- CameraUpdateNewLatLngZoom(LatLng latLng, double zoom)
-
Creates a camera move with coordinates and zoom level.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- latLng → LatLng
-
New coordinates of the camera.
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
- zoom → double
-
New zoom level of the camera.
final
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