hyperboria/idm/api2/proto/location.proto
the-superpirate 681817ceae No description
GitOrigin-RevId: 83514338be1d662518bab9fe5ab6eefef98f229f
2021-04-09 13:29:10 +03:00

8 lines
103 B
Protocol Buffer

syntax = "proto3";
package idm.api2.proto;
message Location {
float lat = 1;
float lon = 2;
}