Geolocation developer: Difference between revisions

From HaFrWiki42
Jump to navigation Jump to search
Created page with "{{TOCright}} '''Geolocation''' is the identification or estimation of the real-world geographic location of an object, such as a radar source, mobile phone, or Internet-connec..."
 
mNo edit summary
Line 1: Line 1:
{{TOCright}}
{{TOCright}}
'''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.
'''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 <ref>[https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation Developer Mozilla], Using Geolocation Developer.</ref>.
<br>In this page only the Website HTML-5 Geolocation is described <ref>[https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation Developer Mozilla], Using Geolocation Developer.</ref>.


The HTML Geolocation option is build-in option in HTML-5.  
The HTML Geolocation option is build-in option in HTML-5.  
The feature is available only in secure contexts (HTTPS), in all supporting browsers.  
<br>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.
<br>Because of privacy reason the end-user has to give his permission to use the function.


== Introduction ==
== Introduction ==

Revision as of 14:50, 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.

See also

top

Reference

top

  1. Developer Mozilla, Using Geolocation Developer.