IALocation class

Inheritance
Available Extensions

Constructors

IALocation({required double latitude, required double longitude, double accuracy = 0, double heading = 0, double altitude = 0, int floor = 0, double floorCertainty = 0, double velocity = 0, required DateTime timestamp})
IALocation.fromCoordinate(IACoordinate coordinate, {double accuracy = 0, double heading = 0, double altitude = 0, int floor = 0, double floorCertainty = 0, double velocity = 0, required DateTime timestamp})
IALocation.fromMap(Map map)

Properties

accuracy double
final
altitude double
final
floor int
final
floorCertainty double
final
floorplan IAFloorplan?
latefinal
hashCode int
The hash code for this object.
no setterinherited
heading double
final
latitude double
finalinherited
longitude double
finalinherited
pixel IAPoint?
latefinal
props List<Object>
The list of properties that will be used to determine whether two instances are equal.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
timestamp DateTime
final
velocity double
final

Methods

copyWith({double? latitude, double? longitude}) IACoordinate
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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