CameraPositionChange class

Описание изменения части параметров позиции камеры.

Constructors

CameraPositionChange({GeoPoint? point = null, Zoom? zoom = null, Tilt? tilt = null, Bearing? bearing = null})
const

Properties

bearing Bearing?
final
hashCode int
The hash code for this object.
no setteroverride
point GeoPoint?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tilt Tilt?
final
zoom Zoom?
final

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