How the location was acquired: manual, onboard GPS, external (EUD) GPS
from protobuf enum Position.LocSource
More location sources can be added here when available: GSM, radio beacons (BLE etc), location fingerprinting etc
from protobuf enum value: LOCSRC_GPS_EXTERNAL = 3;
from protobuf enum value: LOCSRC_GPS_INTERNAL = 2;
from protobuf enum value: LOCSRC_MANUAL_ENTRY = 1;
from protobuf enum value: LOCSRC_UNSPECIFIED = 0;
Generated using TypeDoc
How the location was acquired: manual, onboard GPS, external (EUD) GPS
from protobuf enum Position.LocSource