github.com/m3db/m3@v1.5.0/src/dbnode/encoding/proto/testdata/vehicle_location.proto (about)

     1  syntax = "proto3";
     2  
     3  message VehicleLocation {
     4    double latitude = 1;
     5    double longitude = 2;
     6    int64 epoch = 3;
     7    bytes deliveryID = 4;
     8    map<string, string> attributes = 5;
     9  }