mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-23 15:51:24 +00:00
Add combined lat lng field to ev chargers response (#222)
This commit is contained in:
@@ -31,6 +31,7 @@ export interface Address {
|
||||
addressLine2?: string;
|
||||
country?: { [key: string]: any };
|
||||
countryId?: string;
|
||||
latLng?: string;
|
||||
location?: Coordinates;
|
||||
postcode?: string;
|
||||
stateOrProvince?: string;
|
||||
|
||||
Reference in New Issue
Block a user