From 79188b9a7e10af5edf38b8bb8866b6a4c564c62b Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 1 May 2021 23:30:27 +0900 Subject: Web/API/GeolocationCoordinates を更新 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/03/12 時点の英語版に同期 - 原語併記マクロを削除 --- files/ja/web/api/geolocationcoordinates/index.html | 38 ++++++++++------------ 1 file changed, 17 insertions(+), 21 deletions(-) (limited to 'files/ja/web/api/geolocationcoordinates') diff --git a/files/ja/web/api/geolocationcoordinates/index.html b/files/ja/web/api/geolocationcoordinates/index.html index aee4cc64b2..d2ce25b85e 100644 --- a/files/ja/web/api/geolocationcoordinates/index.html +++ b/files/ja/web/api/geolocationcoordinates/index.html @@ -3,71 +3,67 @@ title: GeolocationCoordinates slug: Web/API/GeolocationCoordinates tags: - API - - Coordinates - Geolocation API + - GeolocationCoordinates - Interface - Secure context translation_of: Web/API/GeolocationCoordinates --- -
{{securecontext_header}}{{APIRef("Geolocation API")}}
-
{{原語併記("GeolocationCoordinates", "座標")}} インターフェイスは地球上におけるデバイスの位置と高度、およびそれぞれの測位精度を表します。
-
+
GeolocationCoordinates インターフェイスは、地球上における端末の位置と高度、およびそれぞれの測位精度を表します。
-

プロパティ

+

プロパティ

GeolocationCoordinates インターフェイスが継承するプロパティはありません。

{{domxref("GeolocationCoordinates.latitude")}} {{readonlyInline}} {{securecontext_inline}}
-
このオブジェクトが示す緯度を十進度で表す、double 型の値を返します。
+
この位置の緯度を十進数の角度で表す double 型の値を返します。
{{domxref("GeolocationCoordinates.longitude")}} {{readonlyInline}} {{securecontext_inline}}
-
このオブジェクトが示す経度を十進度で表す、double 型の値で返します。
+
この位置の経度を十進数の角度で表す double 型の値を返します。
{{domxref("GeolocationCoordinates.altitude")}} {{readonlyInline}} {{securecontext_inline}}
-
このオブジェクトが示す高度 (海面からの距離) をメートル単位で表す、double 型の値を返します。この情報を取得できない場合は null が返ります。
+
この位置の海面からの相対的な高度をメートル単位で表す double 型の値を返します。実装がこのデータを提供できない場合、この値は null になることがあります。
{{domxref("GeolocationCoordinates.accuracy")}} {{readonlyInline}} {{securecontext_inline}}
latitude および longitude プロパティの精度をメートル単位で表す、double 型の値を返します。
{{domxref("GeolocationCoordinates.altitudeAccuracy")}} {{readonlyInline}} {{securecontext_inline}}
altitude プロパティの精度をメートル単位で表す、double 型の値を返します。このプロパティは null になることがあります。
{{domxref("GeolocationCoordinates.heading")}} {{readonlyInline}} {{securecontext_inline}}
-
デバイスの移動方向を真北から何度離れているかで表す、double 型の値を返します。真北を指す 0 度から時計回りに、東が 90 度、西は 270 度となります。speed プロパティの値が 0 の時、 heading は常に NaN になります。もし heading の情報を取得できない場合は null が返ります。
+
端末が向かっている方向を表す double 型の値を返します。この値は、端末の向きが真北からどれだけ離れているかを、角度で表します。 0 は真北を表し、方向は時計回りに定められます (すなわち、東は 90 度、西は 270 度です)。 speed が 0 の場合、 heading は NaN になります。もし heading の情報を取得できない場合は、この値は null になります。
{{domxref("GeolocationCoordinates.speed")}} {{readonlyInline}} {{securecontext_inline}}
-
デバイスの移動速度をメートル毎秒で表す、double 型の値を返します。このプロパティは null になることがあります。
+
端末の移動速度をメートル毎秒で表す double 型の値を返します。このプロパティは null になることがあります。
-

メソッド

+

メソッド

GeolocationCoordinates インターフェイスが実装・継承するメソッドはありません。

-

仕様

+

仕様書

- - + + - +
仕様書策定状況コメント状態備考
{{SpecName('Geolocation', '#coordinates_interface', 'GeolocationCoordinates')}} {{Spec2('Geolocation')}}初期定義初回定義
-

ブラウザー実装状況

- - +

ブラウザーの互換性

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

-

関連情報

+

関連情報

-- cgit v1.2.3-54-g00ecf