FlutterLocationSource enum

Inheritance
Available extensions

Values

gps → const FlutterLocationSource

If GPS is used as source of location This occurs when no building model is good enough. This is decided by the confidence score for each building. If the score is under MODEL_KEEP_SCORE_THRESHOLD it won't be used

localLookup → const FlutterLocationSource

If we were able to preform local lookup with data in local database This is the preferred way

slam → const FlutterLocationSource

If we were able to preform a lookup with the server This is not preferred but helps if you are in a building not on your account

none → const FlutterLocationSource

If no location provider succeeded, this should never happen

Properties

hashCode int
The hash code for this object.
no setterinherited
icon IconData

Available on FlutterLocationSource, provided by the IconLocationSource extension

no setter
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
name String

Available on FlutterLocationSource, provided by the LocationSourceToString extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

values → const List<FlutterLocationSource>
A constant List of the values in this enum, in order of their declaration.