CameraPosition class
Позиция камеры.
Constructors
- CameraPosition({required GeoPoint point, required Zoom zoom, Tilt tilt = const Tilt(0), Bearing bearing = const Bearing(0)})
-
const
Properties
- bearing → Bearing
-
Угол поворота направления взгляда по горизонтали относительно направления на север.
Отсчитывается по часовой стрелке, в градусах.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- point → GeoPoint
-
Точка местности, которая находится в точке позиции камеры (см. ICamera::position_point()).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tilt → Tilt
-
Угол наклона направления взгляда по вертикали.
final
- zoom → Zoom
-
Уровень масштабирования.
0 - это весь мир, вписанный в квадрат 256x256 логических пикселей (см. LogicalPixel)
final
Methods
-
copyWith(
{GeoPoint? point, Zoom? zoom, Tilt? tilt, Bearing? bearing}) → CameraPosition -
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