GeoClueAccuracyLevel class

Used to specify level of accuracy requested by, or allowed for a client.

Annotations
  • @immutable

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the accuracy level.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
The value of the accuracy level.
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.
inherited

Static Methods

byValue(int value) GeoClueAccuracyLevel
Returns the level by value.

Constants

city → const GeoClueAccuracyLevel
City-level accuracy.
country → const GeoClueAccuracyLevel
Country-level accuracy.
exact → const GeoClueAccuracyLevel
Exact accuracy. Typically requires GPS receiver.
levels → const List<GeoClueAccuracyLevel>
All available accuracy level values.
neighborhood → const GeoClueAccuracyLevel
Neighborhood-level accuracy.
none → const GeoClueAccuracyLevel
Accuracy level unknown or unset.
street → const GeoClueAccuracyLevel
Street-level accuracy.