You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
johnnyoshika
changed the title
Geocoding.Google question: Which type (from types array) is returned?
Geocoding.Google question: Which type (from types array) is returned in GoogleAddress.Type?
Jan 9, 2019
Google returns
types
as an array:XML version is similar:
...but
GoogleAddress.Type
only supports one type: https://github.com/chadly/Geocoding.net/blob/master/src/Geocoding.Google/GoogleAddress.cs#L16-L19Which type is returned?
I tried to read through the source code but it's a bit ambiguous: https://github.com/chadly/Geocoding.net/blob/master/src/Geocoding.Google/GoogleGeocoder.cs#L336-L374
Thanks!
The text was updated successfully, but these errors were encountered: