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) {
118118 country : null ,
119119 countryCode : address . Country || null ,
120120 state : address . State || null ,
121+ stateCode : address . State || null ,
121122 county : address . County || null ,
122123 city : address . City || null ,
123124 zipcode : address . PostalCode || null ,
Original file line number Diff line number Diff line change 262262 country : 'Deutschland' ,
263263 countryCode : 'DE' ,
264264 state : 'Berlin' ,
265+ stateCode : 'Berlin' ,
265266 county : 'Berlin' ,
266267 city : 'Berlin' ,
267268 zipcode : '14195' ,
461462 country : 'United States' ,
462463 countryCode : 'US' ,
463464 state : 'New York' ,
465+ stateCode : 'NY' ,
464466 county : 'Kings' ,
465467 city : 'Brooklyn' ,
466468 zipcode : '11211' ,
You can’t perform that action at this time.
0 commit comments