LocationSettings class abstract final

Implemented types

Constructors

LocationSettings.new(bool provideAccuracy, Range? accuracy, TimeInterval locationTimeInterval, bool provideSpeed, double speed, bool provideHeading, Range? headingError, LocationError locationError, bool provideWheelSpeed, TimeInterval wheelSpeedTimeInterval)
factory

Properties

accuracy Range?
Location accuracy range in meters.
no setter
hashCode int
The hash code for this object.
no setteroverride
headingError Range?
The current heading error range in degrees relative to true heading, clockwise.
no setter
locationError LocationError
no setter
locationTimeInterval TimeInterval
Location time interval in milliseconds.
no setter
provideAccuracy bool
Flag whether to provide accuracy value.
no setter
provideHeading bool
Flag whether to provide error of heading.
no setter
provideSpeed bool
Flag whether to provide speed value.
no setter
provideWheelSpeed bool
Flag whether to provide wheel speed value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed double
The speed in meters per second.
no setter
wheelSpeedTimeInterval TimeInterval
Time interval of getting the wheel speed in milliseconds. After publication the wheel speed corresponds to the speed value.
no setter

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 ==(covariant LocationSettings other) bool
The equality operator.
override