DeviceInfo class

Constructors

DeviceInfo()

Properties

azimuth num
getter/setter pair
errorCode int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
latitude num
getter/setter pair
location int
getter/setter pair
longitude num
getter/setter pair
paths List<RoutePath>
getter/setter pair
r num
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepCount int?
getter/setter pair
stepLength num?
getter/setter pair
subLocation int
getter/setter pair
x num
getter/setter pair
y num
getter/setter pair
zones List<Zone>
getter/setter pair

Methods

getGlobalPoint() GlobalPoint?
getLocationPoint() LocationPoint?
inZoneInAlias(String alias) bool
inZoneInId(int id) bool
isValid() bool
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.
inherited

Static Methods

fromMap(dynamic data) DeviceInfo