Skip to content

Instantly share code, notes, and snippets.

syntax = "proto3";
message Signature {
message LocationFix {
string provider = 1; // "network", "gps", "fused", possibly others
uint64 timestamp_since_start = 2; // in ms
float latitude = 13;
float longitude = 14;