Geolocation developer
Geolocation is the identification or estimation of the real-world geographic location of an object, such as a radar source, mobile phone, or Internet-connected computer terminal.
In this page only the Website HTML-5 Geolocation is described [1].
The HTML Geolocation option is build-in option in HTML-5.
The purpose of this page is to describe how the Geolocation can be implemented in PHP.
Introduction
The HTML-5 Geolocation implementation makes it possible to get the current location of the Website user with the following restrictions:
- The feature is only available in secure contexts (https).
- The user has to give permission to access his personal location (privacy reason).
- A VPN connection hides the real position and replace the location by the VPN instead. This makes the Geolocation useless.
See also
Reference
- ↑ Developer Mozilla, Using Geolocation Developer.