Show HN: A New, Clean Geolocation API
31–40 of 168 posts
Re: Show HN: A New, Clean Geolocation API
#32Earlier quoted context omitted.
This is really important. Particularly because Maxmind can be used locally and their free dataset is actually pretty accurate for most use cases.
Agree. Nothing beats running it locally in regards to latency constraints.
Re: Show HN: A New, Clean Geolocation API
#33How do you compare to Maxmind in regards of data quality?
I live in a well known city of almost 300k people and it can't locate my city and the lat/lon is the center of the US.
Re: Show HN: A New, Clean Geolocation API
#34I wonder what the source of the data is? Also, local queries are a must for most web apps... Otherwise latency is just too high.
Re: Show HN: A New, Clean Geolocation API
#35How do you compare to Maxmind in regards of data quality?
Re: Show HN: A New, Clean Geolocation API
#36How do you compare to Maxmind in regards of data quality?
I can't speak for anyone else, but it's got me pegged 571 miles from my actual location. Not even close enough for an ICBM.
Re: Show HN: A New, Clean Geolocation API
#37Do you support GeoJSON formatted output?
Re: Show HN: A New, Clean Geolocation API
#38Re: Show HN: A New, Clean Geolocation API
#391. Your GO examples don't quite follow Go standard style "resp_body" instead of just "body", "resp", or "respBody"
2. Instead of "Error Codes" it should probably be "Status Codes" since the first "Error Code" is actually "200 OK"