From febc362abf2ea4dc4bd87ca2a52b09d23236ab83 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 3 Feb 2022 09:51:47 +0900 Subject: GeolocationCoordinates 以下を移行 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../altitudeaccuracy/index.md | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 files/ja/web/api/geolocationcoordinates/altitudeaccuracy/index.md (limited to 'files/ja/web/api/geolocationcoordinates/altitudeaccuracy') diff --git a/files/ja/web/api/geolocationcoordinates/altitudeaccuracy/index.md b/files/ja/web/api/geolocationcoordinates/altitudeaccuracy/index.md new file mode 100644 index 0000000000..e21b8019a2 --- /dev/null +++ b/files/ja/web/api/geolocationcoordinates/altitudeaccuracy/index.md @@ -0,0 +1,42 @@ +--- +title: GeolocationCoordinates.altitudeAccuracy +slug: Web/API/GeolocationCoordinates/altitudeAccuracy +tags: + - API + - Geolocation API + - GeolocationCoordinates + - Property + - Secure context + - altitudeAccuracy +browser-compat: api.GeolocationCoordinates.altitudeAccuracy +--- +{{securecontext_header}}{{APIRef("Geolocation API")}} + +The **`GeolocationCoordinates.altitudeAccuracy`** read-only +property is a strictly positive `double` representing the accuracy, with a +95% confidence level, of the `altitude` expressed in meters. This value is +`null` if the implementation doesn't support measuring altitude. + +## Syntax + +```js +let altAcc = geolocationCoordinatesInstance.altitudeAccuracy +``` + +### Value + +A positive `double` representing the accuracy, with a 95% confidence level, +of the `altitude` expressed in meters. + +## Specifications + +{{Specifications}} + +## Browser compatibility + +{{Compat}} + +## See also + +- [Using the Geolocation API](/en-US/docs/Web/API/Geolocation_API/Using_the_Geolocation_API) +- {{domxref("GeolocationCoordinates")}} -- cgit v1.2.3-54-g00ecf