use sint32 for lat/long instead of double

This commit is contained in:
Lex Berezhny 2019-03-29 17:56:59 -04:00
parent ded626a3fc
commit 03f770274b

View file

@ -488,8 +488,8 @@ message Location {
string state = 2;
string city = 3;
string code = 4;
double latitude = 5;
double longitude = 6;
sint32 latitude = 5;
sint32 longitude = 6;
enum Country {
UNKNOWN_COUNTRY = 0;