Logo
  Sunday, May 20, 2012
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

HTML5 Tutorial FeedBurner

HTML5 Geolocation API  
HTML5 geolocation API relies on several ways to make your browser location aware.

First of all it relies on web user IP address. IP address provides wealth of information about user such as country, region within country, internet service provider information and other useful information that can be used by HTML5 geolocation API to determine locale of the browser and ultimately user.

Second, HTML5 geolocation API uses Wi-Fi signals around user who access HTML5 geolocation API aware application. Wi-Fi signals usually provided by organizations and can be free as well as paid for service. These Wi-Fi signals are documented by companies and tagged with geolocations. However, Wi-Fi is spotty and does not work everywhere. Big cities like New York City or Los Angeles usually have better Wi-Fi coverage. In places where Wi-Fi is not present HTML5 geolocation API relies on user IP address.

Finally, HTML5 geolocation API provides better service if both IP and Wi-Fi methods are used.

Print HTML5 Geolocation API Bookmark HTML5 Geolocation API

Related Articles  
HTML5 Geolocation Sample Code
We are building sample code for the The HTML5 myLocation() function. This function is used to determine coordinates of ...
Using HTML5 Geolocation API Navigator Object
The Navigator object is not new in HTML5 and if you look at reference document for JavaScript, you will be able to find ...
Using HTML5 Geolocation API Position Object
The HTML5 Position object is returned when you successfully gained access to geolocation API of the device running ...
HTML5 Geolocation Browser Support
HTML5 geolocation allows your web application determine where you are located. It is an important concept since your ...
More