JustinCanton / Geo.NET

A lightweight method for communicating with the multiple online geocoding APIs.
MIT License
13 stars 8 forks source link

feat(here): Adding missing fields on Address model type for Here API #68

Closed Farthom closed 1 year ago

Farthom commented 1 year ago

I've begun using this package, however as I got into the weeds with my implementation I noticed some missing properties on the Here Geocoding API model types. As luck would have it... I need one of these fields... Specifically "stateCode"

I've reviewed and added missing fields on the "Address" model type, but have not reviewed the remainder of the API. The documentation I referenced is: https://developer.here.com/documentation/geocoding-search-api/api-reference-swagger.html

Farthom commented 1 year ago

Sorry I managed to make my commit with an email not associated with my Github. I will remake this PR properly.