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

@@ -31,6 +31,7 @@ export interface Address {
addressLine2?: string;
country?: { [key: string]: any };
countryId?: string;
latLng?: string;
location?: Coordinates;
postcode?: string;
stateOrProvince?: string;