Open tlokesh-enphase opened 2 months ago
I have used the raw method attribute, being sent in the response along with default result (array of length 1), for now processing those raw results internally, would be great if this library itself provides that utility.
So, there is this address:
latlng=50.9489119,-116.930257
, for this the response received on directly hitting the google service providerhttps://maps.googleapis.com/maps/api/geocode/json?latlng=50.9489119,-116.930257&key=xxx
is as follows:Basically the first result is not having the proper details like country code, still that result is being returned and hence the error of no country code, do we have some mechanism to use some other element of results array in such cases?