aboutsummaryrefslogtreecommitdiff
path: root/files/ja
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-03 01:39:35 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-10 22:12:14 +0900
commitf83856fd1819cb0df492416a81f14913f3dc140c (patch)
tree1c2e319fe18d2c586b80a71340f2e802a0596739 /files/ja
parent72bddf5559211cc0f860ca9e1d7b10f701691cc1 (diff)
downloadtranslated-content-f83856fd1819cb0df492416a81f14913f3dc140c.tar.gz
translated-content-f83856fd1819cb0df492416a81f14913f3dc140c.tar.bz2
translated-content-f83856fd1819cb0df492416a81f14913f3dc140c.zip
2021/09/15 時点の英語版に同期
Diffstat (limited to 'files/ja')
-rw-r--r--files/ja/web/api/geolocation/index.md70
1 files changed, 22 insertions, 48 deletions
diff --git a/files/ja/web/api/geolocation/index.md b/files/ja/web/api/geolocation/index.md
index 6bf37fa463..b341883b98 100644
--- a/files/ja/web/api/geolocation/index.md
+++ b/files/ja/web/api/geolocation/index.md
@@ -4,70 +4,44 @@ slug: Web/API/Geolocation
tags:
- API
- Advanced
- - Geolocation
- - Geolocation API
- - Interface
- - Reference
- - Secure context
+ - 位置情報 API
- インターフェイス
- リファレンス
- - 位置情報
- - 位置情報 API
- 安全なコンテキスト
+browser-compat: api.Geolocation
translation_of: Web/API/Geolocation
---
-<div>{{securecontext_header}}{{APIRef("Geolocation API")}}</div>
+{{securecontext_header}}{{APIRef("Geolocation API")}}
-<p><code><strong>Geolocation</strong></code> インターフェイスはデバイスの位置を取得する機能を提供します。これにより、ウェブサイトやアプリがユーザーの現在の位置に応じた結果を提供できるようになります。</p>
+**`Geolocation`** インターフェイスは、端末の位置をプログラムから取得することができるオブジェクトを表します。ウェブコンテンツが端末の位置情報にアクセスすることができるようにします。これにより、ウェブサイトやアプリがユーザーの位置に応じてカスタマイズされた結果を提供できるようになります。
-<p>このインターフェイスを持つオブジェクトは、 {{domxref("Navigator")}} オブジェクトの {{domxref("navigator.geolocation")}} プロパティを使って得ることができます。</p>
+このインターフェイスを持つオブジェクトは、 {{domxref("Navigator")}} オブジェクトの {{domxref("navigator.geolocation")}} プロパティを使って得ることができます。
-<div class="note">
-<p><strong>注:</strong> セキュリティ上の理由により、ウェブページが位置情報にアクセスしようとする時、ユーザーにアクセス許可が求められます。その方法やポリシーはブラウザーによって異なることに注意してください。</p>
-</div>
+> **Note:** セキュリティ上の理由により、ウェブページが位置情報にアクセスしようとする時、ユーザーにアクセス許可が求められます。その方法やポリシーはブラウザーによって異なることに注意してください。
-<h2 id="Properties" name="Properties">プロパティ</h2>
+## プロパティ
-<p><em><code>Geolocation</code> インターフェイスが実装・継承するプロパティはありません。</em></p>
+_`Geolocation` インターフェイスが実装・継承しているプロパティはありません。_
-<h2 id="Methods" name="Methods">メソッド</h2>
+## メソッド
-<p><code>Geolocation</code> インターフェイスが継承するプロパティはありません。</p>
+_`Geolocation` インターフェイスが継承しているプロパティはありません。_
-<dl>
- <dt>{{domxref("Geolocation.getCurrentPosition()")}} {{securecontext_inline}}</dt>
- <dd>デバイスの現在位置を特定し、結果データを {{domxref("GeolocationPosition")}} オブジェクトで返します。</dd>
- <dt>{{domxref("Geolocation.watchPosition()")}} {{securecontext_inline}}</dt>
- <dd>デバイスの位置が変化する度に呼び出されるコールバック関数を登録し、それを識別する <code>long</code> 型の値を返します。</dd>
- <dt>{{domxref("Geolocation.clearWatch()")}} {{securecontext_inline}}</dt>
- <dd><code>watchPosition()</code> によって以前に登録されたハンドラーを解除します。</dd>
-</dl>
+- {{domxref("Geolocation.getCurrentPosition()")}} {{securecontext_inline}}
+ - : 端末の現在位置を特定し、結果データを {{domxref("GeolocationPosition")}} オブジェクトで返します。
+- {{domxref("Geolocation.watchPosition()")}} {{securecontext_inline}}
+ - : 端末の位置が変化する度に呼び出されるコールバック関数を登録し、それを識別する `long` 型の値を返します。
+- {{domxref("Geolocation.clearWatch()")}} {{securecontext_inline}}
+ - : 以前に `watchPosition()` によって登録されたハンドラーを解除します。
-<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', '#geolocation_interface')}}</td>
- <td>{{Spec2('Geolocation')}}</td>
- <td>初回定義。</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
+## ブラウザーの互換性
-<p>{{Compat("api.Geolocation")}}</p>
+{{Compat}}
-<h2 id="See_also" name="See_also">関連情報</h2>
+## 関連情報
-<ul>
- <li><a href="/ja/docs/Web/API/Geolocation_API/Using_the_Geolocation_API">位置情報の使用</a></li>
-</ul>
+- [位置情報の使用](/ja/docs/Web/API/Geolocation_API/Using_the_Geolocation_API)