diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-05 00:39:54 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-11 12:20:39 +0900 |
commit | b7dec495e938032b805194d9e45d3b622b36dc2b (patch) | |
tree | 616647746b0fb1f0cd3fddd5efda6b71e37c9fce /files/ja/web/api/geolocationposition | |
parent | 099aaa4c86f99eae5bf54544c7dcf44e97460d2a (diff) | |
download | translated-content-b7dec495e938032b805194d9e45d3b622b36dc2b.tar.gz translated-content-b7dec495e938032b805194d9e45d3b622b36dc2b.tar.bz2 translated-content-b7dec495e938032b805194d9e45d3b622b36dc2b.zip |
2022/01/28 時点の英語版に同期
Diffstat (limited to 'files/ja/web/api/geolocationposition')
-rw-r--r-- | files/ja/web/api/geolocationposition/index.md | 66 |
1 files changed, 22 insertions, 44 deletions
diff --git a/files/ja/web/api/geolocationposition/index.md b/files/ja/web/api/geolocationposition/index.md index 0fc82c02df..f142cf1d43 100644 --- a/files/ja/web/api/geolocationposition/index.md +++ b/files/ja/web/api/geolocationposition/index.md @@ -3,61 +3,39 @@ title: GeolocationPosition slug: Web/API/GeolocationPosition tags: - API - - Geolocation API - - Interface - - Position - - Secure context + - 位置情報 API + - GeolocationPosition + - インターフェイス + - 安全なコンテキスト +browser-compat: api.GeolocationPosition translation_of: Web/API/GeolocationPosition --- -<div> -<div>{{securecontext_header}}{{APIRef("Geolocation API")}}</div> -</div> +{{securecontext_header}}{{APIRef("Geolocation API")}} -<p><strong><code>GeolocationPosition</code></strong> インターフェイスは対象のデバイスのある時間における現在位置を表します。{{domxref("GeolocationCoordinates")}} オブジェクトで表される位置情報には、地球を表す楕円体上における平面座標のほかに、高度や速度といった情報も含まれます。</p> +**`GeolocationPosition`** インターフェイスは対象のデバイスのある時間における現在位置を表します。{{domxref("GeolocationCoordinates")}} オブジェクトで表される位置情報には、地球を表す楕円体上における平面座標のほかに、高度や速度といった情報も含まれます。 -<h2 id="Properties" name="Properties">プロパティ</h2> +## プロパティ -<p><em><code>GeolocationPosition</code> </em> <em>インターフェイスが継承するプロパティはありません。</em></p> +_`GeolocationPosition` インターフェイスが継承するプロパティはありません。_ -<dl> - <dt>{{domxref("GeolocationPosition.coords")}} {{readonlyInline}} {{securecontext_inline}}</dt> - <dd>現在位置を示す {{domxref("GeolocationCoordinates")}} オブジェクトを返します。</dd> - <dt>{{domxref("GeolocationPosition.timestamp")}} {{readonlyInline}} {{securecontext_inline}}</dt> - <dd>位置情報が取得された時間を表す {{domxref("DOMTimeStamp")}} を返します。</dd> -</dl> +- {{domxref("GeolocationPosition.coords")}} {{readonlyInline}} {{securecontext_inline}} + - : 現在位置を示す {{domxref("GeolocationCoordinates")}} オブジェクトを返します。 +- {{domxref("GeolocationPosition.timestamp")}} {{readonlyInline}} {{securecontext_inline}} + - : 位置情報が取得された時間を表す {{domxref("DOMTimeStamp")}} を返します。 -<h2 id="Methods" name="Methods">メソッド</h2> +## メソッド -<p><em><code>GeolocationPosition</code> </em> <em>インターフェイスが実装・継承するメソッドはありません。</em></p> +_`GeolocationPosition` インターフェイスが実装・継承するメソッドはありません。_ -<h2 id="Specifications" name="Specifications">仕様</h2> +## 仕様書 -<table class="standard-table"> - <thead> - <tr> - <th scope="col">仕様書</th> - <th scope="col">策定状況</th> - <th scope="col">コメント</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('Geolocation', '#position', 'Position')}}</td> - <td>{{Spec2('Geolocation')}}</td> - <td>初期定義</td> - </tr> - </tbody> -</table> +{{Specifications}} -<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2> +## ブラウザーの互換性 +{{Compat}} +## 関連情報 -<p>{{Compat("api.GeolocationPosition")}}</p> - -<h2 id="See_also" name="See_also">関連情報</h2> - -<ul> - <li><a href="/ja/docs/Web/API/Geolocation_API/Using">Geolocation API の利用</a></li> - <li>{{domxref("Geolocation")}} インターフェイス</li> -</ul> +- [位置情報 API の使用](/ja/docs/Web/API/Geolocation_API/Using_the_Geolocation_API) +- {{domxref("Geolocation")}} |