mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-20 22:45:09 +00:00
Add combined lat lng field to ev chargers response (#222)
This commit is contained in:
@@ -35,6 +35,7 @@ type Address struct {
|
||||
AddressLine2 string `json:"addressLine2"`
|
||||
Country *Country `json:"country"`
|
||||
CountryId string `json:"countryId"`
|
||||
LatLng string `json:"latLng"`
|
||||
Location *Coordinates `json:"location"`
|
||||
Postcode string `json:"postcode"`
|
||||
StateOrProvince string `json:"stateOrProvince"`
|
||||
|
||||
@@ -31,6 +31,7 @@ export interface Address {
|
||||
addressLine2?: string;
|
||||
country?: { [key: string]: any };
|
||||
countryId?: string;
|
||||
latLng?: string;
|
||||
location?: Coordinates;
|
||||
postcode?: string;
|
||||
stateOrProvince?: string;
|
||||
|
||||
@@ -64,5 +64,5 @@
|
||||
},
|
||||
"type": "module",
|
||||
"types": "dist/index.d.ts",
|
||||
"version": "1.0.536"
|
||||
"version": "1.0.537"
|
||||
}
|
||||
Reference in New Issue
Block a user