LocationData class

A data model of LocationSensor

This class converts sensor data that is Map<String,dynamic> format, to a sensor data object.

Inheritance
  • Object
  • AwareData
  • LocationData

Constructors

LocationData()
LocationData.from(Map<String, dynamic>? data)

Properties

altitude double
getter/setter pair
course double
getter/setter pair
deviceId String
getter/setter pairinherited
floorLevel int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
horizontalAccuracy double
getter/setter pair
jsonVersion int
getter/setter pairinherited
label String
getter/setter pairinherited
latitude double
getter/setter pair
longitude double
getter/setter pair
os String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source Map<String, dynamic>
getter/setter pairinherited
speed double
getter/setter pair
timestamp int
getter/setter pairinherited
timezone int
getter/setter pairinherited
verticalAccuracy double
getter/setter pair

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.
inherited