LocationEvent class

Implemented types
Annotations

Constructors

LocationEvent.new({required DateTime timestamp, required double latitude, required double longitude, required double horizontalAccuracy, double? speed, double? altitude, double? bearing})

Properties

altitude double?
final
bearing double?
final
hashCode int
The hash code for this object.
no setteroverride
horizontalAccuracy double
final
latitude double
final
longitude double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed double?
final
timestamp DateTime
final
type MotionTagEventType
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override