Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Geolocation web service recommendations

Does anyone have any recommendations on geolocation web services (preferably free!)?

Planning on using it in an asp.net app, I'd heard Google might have something.

like image 289
db1234 Avatar asked Aug 07 '09 22:08

db1234


People also ask

How accurate is Geolocation API?

GPS calculate location information from the satellite signal. It has the highest accuracy; in most Android smartphones, the accuracy can be up to 10 metres.

Which API is used for location?

The Geolocation API returns a location and accuracy radius based on information about cell towers and WiFi nodes that the mobile client can detect. This document describes the protocol used to send this data to the server and to return a response to the client.

What is geolocation service?

First, what is a geolocation service? Geolocation marketing is the process of determining the location of a computer, phone, or other network-based devices. This inferred location is based on geographical measurements of latitude and longitude to narrow down the location to city, zip code, street, and even address.


2 Answers

We use the Google Maps API and it's very straightforward to use. It takes some figuring out to begin with, but we were up and running using the geocoding portion in less than a day.

like image 67
David Avatar answered Sep 19 '22 08:09

David


MaxMind is not free, but their SaaS (web service) offering is VERY reasonably priced.

like image 31
Eric J. Avatar answered Sep 20 '22 08:09

Eric J.