PlatformHeading class

Информация о направлении устройста, которую отдает платформа.

Constructors

PlatformHeading({required LocationCourse heading, required Duration timestamp})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
heading LocationCourse
Направление.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp Duration
Временная точка, в которой было определено направление. Эта точка не привязана ни к какой конкретной дате и используется исключительно для того, чтобы вычислить время между двумя измерениями направления, полученными от одного источника направления в одной сессии. Это поле должно монотонно возрастать.
final

Methods

copyWith({LocationCourse? heading, Duration? timestamp}) PlatformHeading
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