CameraPositionChange class
Описание изменения части параметров позиции камеры.
Constructors
- CameraPositionChange({GeoPoint? point = null, Zoom? zoom = null, Tilt? tilt = null, Bearing? bearing = null})
-
const
Properties
Methods
-
copyWith(
{Optional< GeoPoint?> ? point, Optional<Zoom?> ? zoom, Optional<Tilt?> ? tilt, Optional<Bearing?> ? bearing}) → CameraPositionChange -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override