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
I am getting a null result for the below coordinates:
"longitude": 72.8205292,"latitude": 18.9690247
These coordinates are for the India location but getting null.
var crg = require('country-reverse-geocoding').country_reverse_geocoding();
var country = crg.get_country(18.9690247, 72.8205292);
console.log(country.name);
The text was updated successfully, but these errors were encountered:
Hello,
I am getting a null result for the below coordinates:
"longitude": 72.8205292,"latitude": 18.9690247
These coordinates are for the India location but getting null.
var crg = require('country-reverse-geocoding').country_reverse_geocoding();
var country = crg.get_country(18.9690247, 72.8205292);
console.log(country.name);
The text was updated successfully, but these errors were encountered: