aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/geolocationposition/index.html
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-05 00:07:18 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-11 12:20:39 +0900
commit4efc6e0b19c15ce088abc554f07f22ca3edeaf1d (patch)
treec2ebf211093adf33840dc3da7e87ca511cba0763 /files/ja/web/api/geolocationposition/index.html
parent1cfa7bcf40b80ffa6db1231fc4621a05453d2685 (diff)
downloadtranslated-content-4efc6e0b19c15ce088abc554f07f22ca3edeaf1d.tar.gz
translated-content-4efc6e0b19c15ce088abc554f07f22ca3edeaf1d.tar.bz2
translated-content-4efc6e0b19c15ce088abc554f07f22ca3edeaf1d.zip
GeolocationPosition インターフェイスの記事を更新
Diffstat (limited to 'files/ja/web/api/geolocationposition/index.html')
-rw-r--r--files/ja/web/api/geolocationposition/index.html63
1 files changed, 0 insertions, 63 deletions
diff --git a/files/ja/web/api/geolocationposition/index.html b/files/ja/web/api/geolocationposition/index.html
deleted file mode 100644
index 0fc82c02df..0000000000
--- a/files/ja/web/api/geolocationposition/index.html
+++ /dev/null
@@ -1,63 +0,0 @@
----
-title: GeolocationPosition
-slug: Web/API/GeolocationPosition
-tags:
- - API
- - Geolocation API
- - Interface
- - Position
- - Secure context
-translation_of: Web/API/GeolocationPosition
----
-<div>
-<div>{{securecontext_header}}{{APIRef("Geolocation API")}}</div>
-</div>
-
-<p><strong><code>GeolocationPosition</code></strong> インターフェイスは対象のデバイスのある時間における現在位置を表します。{{domxref("GeolocationCoordinates")}} オブジェクトで表される位置情報には、地球を表す楕円体上における平面座標のほかに、高度や速度といった情報も含まれます。</p>
-
-<h2 id="Properties" name="Properties">プロパティ</h2>
-
-<p><em><code>GeolocationPosition</code> </em> <em>インターフェイスが継承するプロパティはありません。</em></p>
-
-<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>
-
-<h2 id="Methods" name="Methods">メソッド</h2>
-
-<p><em><code>GeolocationPosition</code> </em> <em>インターフェイスが実装・継承するメソッドはありません。</em></p>
-
-<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>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2>
-
-
-
-<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>