How our location is shared with other nodes (or the local phone)
from protobuf enum LocationSharing
We are not sharing our location (if the unit has a GPS it will default to only get time - i.e. GpsOpTimeOnly)
from protobuf enum value: LocDisabled = 2;
We are sharing our location
from protobuf enum value: LocEnabled = 1;
This is the default and treated as LocEnabled.
from protobuf enum value: LocUnset = 0;
Generated using TypeDoc
How our location is shared with other nodes (or the local phone)
from protobuf enum LocationSharing