https://developers.google.com/maps/documentation/geocoding/#...
The first[1] converts ip to location, and allows 100 free queries per day.
The second[2] converts physical addresses to location as part of it maps JavaScript api, and is part of its 25,000 free requests/day.
The third[3] is its http version of geocoding, which also converts physical addresses to locations or visa-versa. This api has the 2,500 req/day limit.
[1]https://developers.google.com/maps/documentation/business/ge...
[2]https://developers.google.com/maps/documentation/javascript/...
[3]https://developers.google.com/maps/documentation/geocoding/
Was it to enable updates to the geoip data if you get corrections (crowdsourced or otherwise)?
https://github.com/fiorix/freegeoip/issues/22
Thanks guys for implementing it.