aboutsummaryrefslogtreecommitdiff
path: root/files/ja
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-03 23:17:11 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-11 12:20:24 +0900
commit23b9751c47bb7e79240da864dd715f7a007515cb (patch)
tree509a13fd469191875ba07b31be3753e7c5751b1d /files/ja
parentd842aa18fb4ba0ba5b8e84285cae64ef7eda7da8 (diff)
downloadtranslated-content-23b9751c47bb7e79240da864dd715f7a007515cb.tar.gz
translated-content-23b9751c47bb7e79240da864dd715f7a007515cb.tar.bz2
translated-content-23b9751c47bb7e79240da864dd715f7a007515cb.zip
2021/09/15 時点の英語版に同期
Diffstat (limited to 'files/ja')
-rw-r--r--files/ja/web/api/geolocationcoordinates/altitudeaccuracy/index.md27
1 files changed, 12 insertions, 15 deletions
diff --git a/files/ja/web/api/geolocationcoordinates/altitudeaccuracy/index.md b/files/ja/web/api/geolocationcoordinates/altitudeaccuracy/index.md
index e21b8019a2..218d4959cf 100644
--- a/files/ja/web/api/geolocationcoordinates/altitudeaccuracy/index.md
+++ b/files/ja/web/api/geolocationcoordinates/altitudeaccuracy/index.md
@@ -3,40 +3,37 @@ title: GeolocationCoordinates.altitudeAccuracy
slug: Web/API/GeolocationCoordinates/altitudeAccuracy
tags:
- API
- - Geolocation API
+ - 位置情報 API
- GeolocationCoordinates
- - Property
- - Secure context
+ - プロパティ
+ - 安全なコンテキスト
- altitudeAccuracy
browser-compat: api.GeolocationCoordinates.altitudeAccuracy
+translation_of: Web/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.
+**`GeolocationCoordinates.altitudeAccuracy`** は読み取り専用のプロパティで、厳密な正の `double` 値で、信頼度 95% の `altitude` の精度をメートル単位で表します。実装が高度の計測に対応していない場合、この値は `null` になります。
-## Syntax
+## 構文
```js
let altAcc = geolocationCoordinatesInstance.altitudeAccuracy
```
-### Value
+### 値
-A positive `double` representing the accuracy, with a 95% confidence level,
-of the `altitude` expressed in meters.
+正の `double` 値で、信頼度 95% の `altitude` の精度をメートル単位で表します。
-## Specifications
+## 仕様書
{{Specifications}}
-## Browser compatibility
+## ブラウザーの互換性
{{Compat}}
-## See also
+## 関連情報
-- [Using the Geolocation API](/en-US/docs/Web/API/Geolocation_API/Using_the_Geolocation_API)
+- [位置情報 API の使用](/ja/docs/Web/API/Geolocation_API/Using_the_Geolocation_API)
- {{domxref("GeolocationCoordinates")}}