File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ HereGeocoder.prototype._formatResult = function (result) {
118
118
country : null ,
119
119
countryCode : address . Country || null ,
120
120
state : address . State || null ,
121
+ stateCode : address . State || null ,
121
122
county : address . County || null ,
122
123
city : address . City || null ,
123
124
zipcode : address . PostalCode || null ,
Original file line number Diff line number Diff line change 262
262
country : 'Deutschland' ,
263
263
countryCode : 'DE' ,
264
264
state : 'Berlin' ,
265
+ stateCode : 'Berlin' ,
265
266
county : 'Berlin' ,
266
267
city : 'Berlin' ,
267
268
zipcode : '14195' ,
461
462
country : 'United States' ,
462
463
countryCode : 'US' ,
463
464
state : 'New York' ,
465
+ stateCode : 'NY' ,
464
466
county : 'Kings' ,
465
467
city : 'Brooklyn' ,
466
468
zipcode : '11211' ,
You can’t perform that action at this time.
0 commit comments