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
So, there is this address: latlng=50.9489119,-116.930257, for this the response received on directly hitting the google service provider https://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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: