SpoofFactor enum

Factors that can indicate location spoofing.

Inheritance
Available extensions

Values

mockProvider → const SpoofFactor

Android: Location marked as from mock provider.

developerOptionsEnabled → const SpoofFactor

Device has developer options enabled.

mockModeEnabled → const SpoofFactor

Location app in mock mode.

impossibleSpeed → const SpoofFactor

Physically impossible speed detected.

impossibleAltitudeChange → const SpoofFactor

Physically impossible altitude change.

suspiciousAccuracy → const SpoofFactor

Location accuracy suspiciously perfect.

repeatedCoordinates → const SpoofFactor

Repeated identical coordinates.

timestampMismatch → const SpoofFactor

GPS timestamp doesn't match system time.

noSatellites → const SpoofFactor

No GPS satellites used for fix.

missingAltitude → const SpoofFactor

Altitude missing or zero (common in spoofed locations).

providerInconsistency → const SpoofFactor

Location provider inconsistency.

speedMismatch → const SpoofFactor

Speed reported vs calculated mismatch.

spoofingAppDetected → const SpoofFactor

Known spoofing app signature detected.

Properties

description String

Available on SpoofFactor, provided by the SpoofFactorDescription extension

Human-readable description of this factor.
no setter
hashCode int
The hash code for this object.
no setterinherited
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
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<SpoofFactor>
A constant List of the values in this enum, in order of their declaration.