Get user’s geographical positions using Geolocation Module API

Google has come up with the Geolocation module which lets web applications to obtain the geographical position of the user. Using it web applications will be able to get the last known position of user, change in position of user and the current position of the user.
With the Geolocation module one can get a neat estimate of the position of the user through various location providers. This could be possible through server or onboard based providers. Check out for more details out here.