Add combined lat lng field to ev chargers response (#222)

This commit is contained in:
Dominic Wong
2021-10-04 16:27:00 +01:00
committed by GitHub
parent 19582c661f
commit f23a935a9a
7 changed files with 202 additions and 188 deletions

View File

@@ -90,6 +90,7 @@ message Address {
string postcode = 8;
string country_id = 9;
Country country = 10;
string lat_lng = 11;
}
message Connection {