aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-03 23:34:56 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-11 12:20:24 +0900
commitca321422947a67d673a2fdf892987b55256b0d07 (patch)
treee11f8bb2d33bcae12741c9195fac8d5f37184bb3 /files/ja/web
parent23b9751c47bb7e79240da864dd715f7a007515cb (diff)
downloadtranslated-content-ca321422947a67d673a2fdf892987b55256b0d07.tar.gz
translated-content-ca321422947a67d673a2fdf892987b55256b0d07.tar.bz2
translated-content-ca321422947a67d673a2fdf892987b55256b0d07.zip
2021/09/15 時点の英語版に同期
Diffstat (limited to 'files/ja/web')
-rw-r--r--files/ja/web/api/geolocationcoordinates/accuracy/index.md30
1 files changed, 14 insertions, 16 deletions
diff --git a/files/ja/web/api/geolocationcoordinates/accuracy/index.md b/files/ja/web/api/geolocationcoordinates/accuracy/index.md
index f7f0677224..f5a981959d 100644
--- a/files/ja/web/api/geolocationcoordinates/accuracy/index.md
+++ b/files/ja/web/api/geolocationcoordinates/accuracy/index.md
@@ -3,41 +3,39 @@ title: GeolocationCoordinates.accuracy
slug: Web/API/GeolocationCoordinates/accuracy
tags:
- API
- - Geolocation API
+ - 位置情報 API
- GeolocationCoordinates
- - Property
- - Secure context
+ - プロパティ
+ - 安全なコンテキスト
- accuracy
browser-compat: api.GeolocationCoordinates.accuracy
+translation_of: Web/API/GeolocationCoordinates/accuracy
---
{{securecontext_header}}{{APIRef("Geolocation API")}}
-The **`GeolocationCoordinates.accuracy`** read-only property is
-a strictly positive `double` representing the accuracy, with a 95% confidence
-level, of the {{domxref("GeolocationCoordinates.latitude")}} and
-{{domxref("GeolocationCoordinates.longitude")}} properties expressed in meters.
+**`GeolocationCoordinates.accuracy`** は読み取り専用プロパティで、厳密な正の `double` 値で、信頼度 95% の {{domxref("GeolocationCoordinates.latitude")}} および
+{{domxref("GeolocationCoordinates.longitude")}} の精度をメートル単位で表します。
-## Syntax
+## 構文
```js
let acc = geolocationCoordinatesInstance.accuracy
```
-### Value
+### 値
-A positive `double` representing the accuracy, with a 95% confidence level,
-of the {{domxref("GeolocationCoordinates.latitude")}} and
-{{domxref("GeolocationCoordinates.longitude")}} properties expressed in meters.
+正の `double` 値で、信頼度 95% の {{domxref("GeolocationCoordinates.latitude")}} および
+{{domxref("GeolocationCoordinates.longitude")}} の精度をメートル単位で表します。
-## 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")}}