LocationSource enum - core library - Dart API
LocationSource
LocationSource enum
Indicates where the location was computed.
Tells whether the location was calculated on the same device running HERE SDK or received from an external source.
Example external sources: GNSS modules connected via serial (e.g., u-blox), or vehicle positioning systems.
Example internal sources: positions computed on the same phone or embedded device using integrated GNSS or sensor fusion components.
Values
- externalSource → const LocationSource
-
Location computed outside of the device running HERE SDK.
- internalSource → const LocationSource
-
Location computed internally on the device running HERE SDK.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- 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<
LocationSource> - A constant List of the values in this enum, in order of their declaration.