From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/geolocationposition/index.html | 60 ---------------------- files/fr/web/api/geolocationposition/index.md | 60 ++++++++++++++++++++++ .../api/geolocationposition/timestamp/index.html | 49 ------------------ .../web/api/geolocationposition/timestamp/index.md | 49 ++++++++++++++++++ 4 files changed, 109 insertions(+), 109 deletions(-) delete mode 100644 files/fr/web/api/geolocationposition/index.html create mode 100644 files/fr/web/api/geolocationposition/index.md delete mode 100644 files/fr/web/api/geolocationposition/timestamp/index.html create mode 100644 files/fr/web/api/geolocationposition/timestamp/index.md (limited to 'files/fr/web/api/geolocationposition') diff --git a/files/fr/web/api/geolocationposition/index.html b/files/fr/web/api/geolocationposition/index.html deleted file mode 100644 index d52abf198c..0000000000 --- a/files/fr/web/api/geolocationposition/index.html +++ /dev/null @@ -1,60 +0,0 @@ ---- -title: GeolocationPosition -slug: Web/API/GeolocationPosition -tags: - - API - - Geolocation API - - GeolocationPosition - - Interface - - Secure context - - TopicStub -translation_of: Web/API/GeolocationPosition ---- -
{{securecontext_header}}{{APIRef("Geolocation API")}}
- -

L'interface GeolocationPosition représente la position de l'appareil concerné à un instant donné. La position, représentée par un objet {{domxref("GeolocationCoordinates")}}, comprend la position 2D de l'appareil, sur un sphéroïde représentant la Terre, mais aussi son altitude et sa vitesse.

- -

Propriétés

- -

L'interface GeolocationPosition n'hérite d'aucune propriété.

- -
-
{{domxref("GeolocationPosition.coords")}} {{readonlyInline}} {{securecontext_inline}}
-
Renvoie un objet {{domxref("GeolocationCoordinates")}} définissant l'emplacement actuel.
-
{{domxref("GeolocationPosition.timestamp")}} {{readonlyInline}} {{securecontext_inline}}
-
Renvoie un {{domxref("DOMTimeStamp")}} représentant l'heure à laquelle l'emplacement a été récupéré.
-
- -

Méthodes

- -

L'interface GeolocationPosition n'implémente ni n'hérite d'aucune méthode.

- -

Spécifications

- - - - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{SpecName('Geolocation', '#position_interface', 'GeolocationPosition')}}{{Spec2('Geolocation')}}Spécification initale.
- -

Compatibilité des navigateurs

- -

{{Compat("api.GeolocationPosition")}}

- -

Voir aussi

- - diff --git a/files/fr/web/api/geolocationposition/index.md b/files/fr/web/api/geolocationposition/index.md new file mode 100644 index 0000000000..d52abf198c --- /dev/null +++ b/files/fr/web/api/geolocationposition/index.md @@ -0,0 +1,60 @@ +--- +title: GeolocationPosition +slug: Web/API/GeolocationPosition +tags: + - API + - Geolocation API + - GeolocationPosition + - Interface + - Secure context + - TopicStub +translation_of: Web/API/GeolocationPosition +--- +
{{securecontext_header}}{{APIRef("Geolocation API")}}
+ +

L'interface GeolocationPosition représente la position de l'appareil concerné à un instant donné. La position, représentée par un objet {{domxref("GeolocationCoordinates")}}, comprend la position 2D de l'appareil, sur un sphéroïde représentant la Terre, mais aussi son altitude et sa vitesse.

+ +

Propriétés

+ +

L'interface GeolocationPosition n'hérite d'aucune propriété.

+ +
+
{{domxref("GeolocationPosition.coords")}} {{readonlyInline}} {{securecontext_inline}}
+
Renvoie un objet {{domxref("GeolocationCoordinates")}} définissant l'emplacement actuel.
+
{{domxref("GeolocationPosition.timestamp")}} {{readonlyInline}} {{securecontext_inline}}
+
Renvoie un {{domxref("DOMTimeStamp")}} représentant l'heure à laquelle l'emplacement a été récupéré.
+
+ +

Méthodes

+ +

L'interface GeolocationPosition n'implémente ni n'hérite d'aucune méthode.

+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{SpecName('Geolocation', '#position_interface', 'GeolocationPosition')}}{{Spec2('Geolocation')}}Spécification initale.
+ +

Compatibilité des navigateurs

+ +

{{Compat("api.GeolocationPosition")}}

+ +

Voir aussi

+ + diff --git a/files/fr/web/api/geolocationposition/timestamp/index.html b/files/fr/web/api/geolocationposition/timestamp/index.html deleted file mode 100644 index 460fb29213..0000000000 --- a/files/fr/web/api/geolocationposition/timestamp/index.html +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: GeolocationPosition.timestamp -slug: Web/API/GeolocationPosition/timestamp -translation_of: Web/API/GeolocationPosition/timestamp ---- -
{{securecontext_header}}{{APIRef("Geolocation API")}}
- -

La propriété en lecture seule GeolocationPosition.timestamp retourne un objet {{domxref("DOMTimeStamp")}} représentant la date et l'heure de la création de l'objet {{domxref("GeolocationPosition")}} auquel il appartient. La précision est de l'ordre de la milliseconde.

- -

Syntaxe

- -
var timestamp = geolocationPositionInstance.timestamp
-
- -

Valeur

- -

Un objet {{domxref("DOMTimeStamp")}}.

- -

Spécification

- - - - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{SpecName('Geolocation', '#dom-geolocationposition-timestamp', 'GeolocationPosition.timestamp')}}{{Spec2('Geolocation')}}Définition initiale.
- -

Compatibilité des navigateurs

- - - -

{{Compat("api.GeolocationPosition.timestamp")}}

- -

Voir aussi

- - diff --git a/files/fr/web/api/geolocationposition/timestamp/index.md b/files/fr/web/api/geolocationposition/timestamp/index.md new file mode 100644 index 0000000000..460fb29213 --- /dev/null +++ b/files/fr/web/api/geolocationposition/timestamp/index.md @@ -0,0 +1,49 @@ +--- +title: GeolocationPosition.timestamp +slug: Web/API/GeolocationPosition/timestamp +translation_of: Web/API/GeolocationPosition/timestamp +--- +
{{securecontext_header}}{{APIRef("Geolocation API")}}
+ +

La propriété en lecture seule GeolocationPosition.timestamp retourne un objet {{domxref("DOMTimeStamp")}} représentant la date et l'heure de la création de l'objet {{domxref("GeolocationPosition")}} auquel il appartient. La précision est de l'ordre de la milliseconde.

+ +

Syntaxe

+ +
var timestamp = geolocationPositionInstance.timestamp
+
+ +

Valeur

+ +

Un objet {{domxref("DOMTimeStamp")}}.

+ +

Spécification

+ + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{SpecName('Geolocation', '#dom-geolocationposition-timestamp', 'GeolocationPosition.timestamp')}}{{Spec2('Geolocation')}}Définition initiale.
+ +

Compatibilité des navigateurs

+ + + +

{{Compat("api.GeolocationPosition.timestamp")}}

+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf