change the base interface
This commit is contained in:
@@ -2,8 +2,8 @@ syntax = "proto3";
|
||||
package aman;
|
||||
|
||||
message Coordinate {
|
||||
string latitude = 1; // WGS84 latitude in degrees
|
||||
string longitude = 2; // WGS84 longitude in degrees
|
||||
double latitude = 1; // WGS84 latitude in degrees
|
||||
double longitude = 2; // WGS84 longitude in degrees
|
||||
}
|
||||
|
||||
message Dynamics {
|
||||
|
||||
Reference in New Issue
Block a user