LocationEngineStatus enum

Indicates the status of the LocationEngine.

Values

engineStarted → const LocationEngineStatus

LocationEngine successfully started.

alreadyStarted → const LocationEngineStatus

Tried to start LocationEngine that is already started.

engineStopped → const LocationEngineStatus

LocationEngine has been stopped.

startFailed → const LocationEngineStatus

Start failed due to an internal error.

userConsentNotHandled → const LocationEngineStatus

User consent has not been handled yet.

missingPermissions → const LocationEngineStatus

Missing one or more user permissions.

authenticationFailed → const LocationEngineStatus

Authentication failed. Check your credentials.

notSupported → const LocationEngineStatus

Request is not supported.

notAllowed → const LocationEngineStatus

Request is not supported in current region.

notReady → const LocationEngineStatus

Engine is not ready for the requested action.

locationServicesDisabled → const LocationEngineStatus

Location services are disabled in the system settings.

privacyNoticeUnconfirmed → const LocationEngineStatus

Method confirmHEREPrivacyNoticeInclusion() (or alternatively confirmHEREPrivacyNoticeException()) was not called before starting the LocationEngine or HERE privacy notice exception was not permitted.

ok → const LocationEngineStatus

Requested operation succeeded.

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<LocationEngineStatus>
A constant List of the values in this enum, in order of their declaration.