This document summarizes the W3C Geolocation API specification, which provides a JavaScript API for accessing geographical location information in a web browser. It allows websites to get the user's location using getCurrentPosition() and watchPosition(), and clear location monitoring using clearWatch(). The specification details the features and how it works, and provides references to learn more about using reverse geolocation and where the technology is headed.
3. The Speci?cation
? A JavaScript API that provides ¡°scripted access to
geographical location information¡±
? http://dev.w3.org/geo/api/spec-source.html
? Features