Geolocation developer: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 8: | Line 8: | ||
== Introduction == | == Introduction == | ||
The HTML-5 Geolocation implementation makes it possible to get the current location of the Website user. | 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 connection (https). | |||
== See also == | == See also == |
Revision as of 14:51, 17 October 2017
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 feature is available only in secure contexts (HTTPS), in all supporting browsers.
Because of privacy reason the end-user has to give his permission to use the function.
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 connection (https).
See also
Reference
- ↑ Developer Mozilla, Using Geolocation Developer.