from protobuf field: string description = 7;
Time the location is to expire (epoch)
from protobuf field: uint32 expire = 4;
Id of the location
from protobuf field: uint32 id = 1;
latitude_i
from protobuf field: sfixed32 latitude_i = 2;
If true, only allow the original sender to update the location.
from protobuf field: bool locked = 5;
longitude_i
from protobuf field: sfixed32 longitude_i = 3;
Name of the location - max 30 chars
from protobuf field: string name = 6;
Generated using TypeDoc
Location of a waypoint to associate with a message
Generated
from protobuf message Location