XdgLocation class

Location information.

Constructors

XdgLocation({double? latitude, double? longitude, double? altitude, double? accuracy, double? speed, double? heading, DateTime? timestamp})

Properties

accuracy double?
The accuracy, in meters.
final
altitude double?
final
hashCode int
The hash code for this object.
no setteroverride
heading double?
The heading, in degrees, going clockwise. North 0, East 90, South 180, West 270.
final
latitude double?
final
longitude double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed double?
The speed, in meters per second.
final
timestamp DateTime?
Time time this location was recorded.
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