documentation translation: cordova-plugin-geolocation

Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/commit/9f7aa022
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/9f7aa022
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/9f7aa022

Branch: refs/heads/master
Commit: 9f7aa0227223dc23dbd3532087dc02a574e342c6
Parents: 1712b58
Author: ldeluca <[email protected]>
Authored: Tue May 27 21:36:34 2014 -0400
Committer: ldeluca <[email protected]>
Committed: Tue May 27 21:36:34 2014 -0400

----------------------------------------------------------------------
 doc/de/index.md | 206 +++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/ja/index.md |  97 +++++-------------------
 2 files changed, 225 insertions(+), 78 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/9f7aa022/doc/de/index.md
----------------------------------------------------------------------
diff --git a/doc/de/index.md b/doc/de/index.md
new file mode 100644
index 0000000..95e6659
--- /dev/null
+++ b/doc/de/index.md
@@ -0,0 +1,206 @@
+<!---
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+# org.apache.cordova.geolocation
+
+Dieses Plugin bietet Informationen über das Gerät an den Speicherort, z. B. 
breiten- und Längengrad. Gemeinsame Quellen von Standortinformationen sind 
Global Positioning System (GPS) und Lage von Netzwerk-Signale wie IP-Adresse, 
RFID, WLAN und Bluetooth MAC-Adressen und GSM/CDMA Zelle IDs abgeleitet. Es 
gibt keine Garantie, dass die API des Geräts tatsächliche Position 
zurückgibt.
+
+Diese API basiert auf der [W3C Geolocation API-Spezifikation][1], und nur auf 
Geräten, die nicht bereits eine Implementierung bieten führt.
+
+ [1]: http://dev.w3.org/geo/api/spec-source.html
+
+**Warnung**: Erhebung und Nutzung von Geolocation-Daten wichtige Privatsphäre 
wirft. Wie die app benutzt Geolocation-Daten, Ihre app-Datenschutzrichtlinien 
zu diskutieren, ob es mit allen anderen Parteien und das Niveau der Genauigkeit 
der Daten (z. B. grob, fein, Postleitzahl, etc..) freigegeben ist. 
Geolocation-Daten gilt allgemein als empfindlich, weil es den Aufenthaltsort 
des Benutzers erkennen lässt und wenn gespeichert, die Geschichte von ihren 
Reisen. Daher neben der app-Privacy Policy sollten stark Sie Bereitstellung 
einer just-in-Time-Bekanntmachung, bevor die app Geolocation-Daten zugreift 
(wenn das Betriebssystem des Geräts bereits tun nicht). Diese Benachrichtigung 
sollte der gleichen Informationen, die vorstehend, sowie die Zustimmung des 
Benutzers (z.B. durch Präsentation Entscheidungen für das **OK** und **Nein 
danke**). Weitere Informationen finden Sie in der Datenschutz-Guide.
+
+## Installation
+
+    cordova plugin add org.apache.cordova.geolocation
+    
+
+## Unterstützte Plattformen
+
+*   Amazon Fire OS
+*   Android
+*   BlackBerry 10
+*   Firefox OS
+*   iOS
+*   Tizen
+*   Windows Phone 7 und 8
+*   Windows 8
+
+## Methoden
+
+*   navigator.geolocation.getCurrentPosition
+*   navigator.geolocation.watchPosition
+*   navigator.geolocation.clearWatch
+
+## Objekte (schreibgeschützt)
+
+*   Stellung
+*   PositionError
+*   Koordinaten
+
+## navigator.geolocation.getCurrentPosition
+
+Gibt das Gerät die aktuelle Position auf der `geolocationSuccess` Rückruf 
mit einem `Position` Objekt als Parameter. Wenn ein Fehler auftritt, der 
`geolocationError` Rückruf wird übergeben ein `PositionError` Objekt.
+
+    navigator.geolocation.getCurrentPosition (GeolocationSuccess, 
[GeolocationError], [GeolocationOptions]);
+    
+
+### Parameter
+
+*   **GeolocationSuccess**: der Rückruf, der die aktuelle Position übergeben 
wird.
+
+*   **GeolocationError**: *(Optional)* der Rückruf, der ausgeführt wird, 
wenn ein Fehler auftritt.
+
+*   **GeolocationOptions**: *(Optional)* die Geolocation-Optionen.
+
+### Beispiel
+
+    OnSuccess Rückruf / / diese Methode akzeptiert eine Position-Objekt, das 
enthält die / / aktuellen GPS-Koordinaten / / Var OnSuccess = 
function(position) {Warnung (' Breitengrad: ' + position.coords.latitude + '\n' 
+ ' Länge: "+ position.coords.longitude + '\n' + ' Höhe: ' + 
position.coords.altitude + '\n' + ' Genauigkeit: ' + position.coords.accuracy + 
'\n' + ' Höhe Genauigkeit: ' + position.coords.altitudeAccuracy + '\n' + ' 
Überschrift: ' + position.coords.heading + '\n' + ' Geschwindigkeit: ' + 
position.coords.speed + '\n' + ' Timestamp: ' + position.timestamp + '\n');};
+    
+    OnError Rückruf erhält ein PositionError-Objekt / / function 
onError(error) {Alert ('Code: ' + error.code + '\n' + ' Nachricht: ' + 
error.message + '\n');}
+    
+    navigator.geolocation.getCurrentPosition (OnSuccess, OnError);
+    
+
+## navigator.geolocation.watchPosition
+
+Gibt das Gerät aktuelle Position zurück, wenn eine Änderung erkannt wird. 
Wenn das Gerät einen neuen Speicherort und ruft die `geolocationSuccess` 
Rückruf führt mit einem `Position` Objekt als Parameter. Wenn ein Fehler 
auftritt, der `geolocationError` Rückruf führt mit einem `PositionError` 
Objekt als Parameter.
+
+    Var WatchId = navigator.geolocation.watchPosition (GeolocationSuccess, 
[GeolocationError], [GeolocationOptions]);
+    
+
+### Parameter
+
+*   **GeolocationSuccess**: der Rückruf, der die aktuelle Position übergeben 
wird.
+
+*   **GeolocationError**: (Optional) der Rückruf, der ausgeführt wird, wenn 
ein Fehler auftritt.
+
+*   **GeolocationOptions**: (Optional) die Geolocation-Optionen.
+
+### Gibt
+
+*   **String**: gibt eine Uhr-Id, die das Uhr Position Intervall verweist 
zurück. Die Uhr-Id sollte verwendet werden, mit 
`navigator.geolocation.clearWatch` , gerade für Änderungen zu stoppen.
+
+### Beispiel
+
+    OnSuccess Callback / / diese Methode akzeptiert eine 'Position'-Objekt, 
das enthält / / der aktuellen GPS-Koordinaten / / function onSuccess(position) 
{Var-Element = document.getElementById('geolocation');
+        element.innerHTML = ' Breitengrad: "+ position.coords.latitude + ' < 
Br / >' + ' Länge:" + position.coords.longitude + ' < Br / >' + ' < hr / >' + 
element.innerHTML;
+    } / / OnError Rückruf erhält ein PositionError-Objekt / / function 
onError(error) {Alert ('Code: ' + error.code + '\n' + ' Nachricht: ' + 
error.message + '\n');}
+    
+    Optionen: lösen Sie einen Fehler aus, wenn kein Update alle 30 Sekunden 
empfangen wird.
+    Var WatchID = navigator.geolocation.watchPosition (OnSuccess, OnError, 
{Timeout: 30000});
+    
+
+## geolocationOptions
+
+Optionalen Parametern, um das Abrufen von der geolocation`Position`.
+
+    {MaximumAge: 3000, Timeout: 5000, EnableHighAccuracy: true};
+    
+
+### Optionen
+
+*   **EnableHighAccuracy**: stellt einen Hinweis, dass die Anwendung die 
bestmöglichen Ergebnisse benötigt. Standardmäßig versucht das Gerät 
abzurufen ein `Position` mit netzwerkbasierte Methoden. Wenn diese Eigenschaft 
auf `true` erzählt den Rahmenbedingungen genauere Methoden, z. B. 
Satellitenortung verwenden. *(Boolean)*
+
+*   **Timeout**: die maximale Länge der Zeit (in Millisekunden), die 
zulässig ist, übergeben Sie den Aufruf von 
`navigator.geolocation.getCurrentPosition` oder `geolocation.watchPosition` bis 
zu den entsprechenden `geolocationSuccess` Rückruf führt. Wenn die 
`geolocationSuccess` Rückruf wird nicht aufgerufen, in dieser Zeit die 
`geolocationError` Rückruf wird übergeben ein `PositionError.TIMEOUT` 
Fehlercode. (Beachten Sie, dass in Verbindung mit `geolocation.watchPosition` , 
die `geolocationError` Rückruf könnte auf ein Intervall aufgerufen werden 
alle `timeout` Millisekunden!) *(Anzahl)*
+
+*   **MaximumAge**: eine zwischengespeicherte Position, deren Alter nicht 
größer als die angegebene Zeit in Millisekunden ist, zu akzeptieren. 
*(Anzahl)*
+
+### Android Macken
+
+Android 2.x-Emulatoren geben ein Geolocation-Ergebnis nicht zurück, es sei 
denn, die `enableHighAccuracy` Option auf festgelegt ist`true`.
+
+## navigator.geolocation.clearWatch
+
+Stoppen, gerade für Änderungen an das Gerät Stelle verweist die `watchID` 
Parameter.
+
+    navigator.geolocation.clearWatch(watchID);
+    
+
+### Parameter
+
+*   **WatchID**: die Id der `watchPosition` Intervall löschen. (String)
+
+### Beispiel
+
+    Optionen: Achten Sie auf Änderungen der Position und verwenden Sie die / 
/ genaue position Erwerbsart verfügbar.
+    Var WatchID = navigator.geolocation.watchPosition (OnSuccess, OnError, 
{EnableHighAccuracy: True});
+    
+    ... veranstalten am...
+    
+    navigator.geolocation.clearWatch(watchID);
+    
+
+## Stellung
+
+Enthält `Position` Koordinaten und Timestamp, erstellt von der Geolocation 
API.
+
+### Eigenschaften
+
+*   **CoOrds**: eine Reihe von geographischen Koordinaten. *(Koordinaten)*
+
+*   **Timestamp**: Zeitstempel der Erstellung für `coords` . *(Datum)*
+
+## Koordinaten
+
+A `Coordinates` Objekt an angeschlossen ist ein `Position` -Objekt, das 
Callback-Funktionen in Anforderungen für die aktuelle Position zur Verfügung 
steht. Es enthält eine Reihe von Eigenschaften, die die geographischen 
Koordinaten von einer Position zu beschreiben.
+
+### Eigenschaften
+
+*   **Breitengrad**: Latitude in Dezimalgrad. *(Anzahl)*
+
+*   **Länge**: Länge in Dezimalgrad. *(Anzahl)*
+
+*   **Höhe**: Höhe der Position in Meter über dem Ellipsoid. *(Anzahl)*
+
+*   **Genauigkeit**: Genauigkeit der breiten- und Längengrad Koordinaten in 
Metern. *(Anzahl)*
+
+*   **AltitudeAccuracy**: Genauigkeit der Koordinate Höhe in Metern. 
*(Anzahl)*
+
+*   **Rubrik**: Fahrtrichtung, angegeben in Grad relativ zu den Norden im 
Uhrzeigersinn gezählt. *(Anzahl)*
+
+*   **Geschwindigkeit**: aktuelle Geschwindigkeit über Grund des Geräts, in 
Metern pro Sekunde angegeben. *(Anzahl)*
+
+### Amazon Fire OS Macken
+
+**AltitudeAccuracy**: von Android-Geräten, Rückgabe nicht unterstützt`null`.
+
+### Android Macken
+
+**AltitudeAccuracy**: von Android-Geräten, Rückgabe nicht unterstützt`null`.
+
+## PositionError
+
+Das `PositionError` -Objekt übergeben, um die `geolocationError` 
Callback-Funktion tritt ein Fehler mit navigator.geolocation.
+
+### Eigenschaften
+
+*   **Code**: einer der vordefinierten Fehlercodes aufgeführt.
+
+*   **Nachricht**: Fehlermeldung, die die Informationen über den 
aufgetretenen Fehler beschreibt.
+
+### Konstanten
+
+*   `PositionError.PERMISSION_DENIED` 
+    *   Zurückgegeben, wenn Benutzer erlauben nicht die app 
Positionsinformationen abgerufen werden. Dies ist abhängig von der Plattform.
+*   `PositionError.POSITION_UNAVAILABLE` 
+    *   Zurückgegeben, wenn das Gerät nicht in der Lage, eine Position 
abzurufen ist. Im Allgemeinen bedeutet dies, dass das Gerät nicht mit einem 
Netzwerk verbunden ist oder ein Satelliten-Update kann nicht abgerufen werden.
+*   `PositionError.TIMEOUT` 
+    *   Zurückgegeben, wenn das Gerät nicht in der Lage, eine Position 
innerhalb der festgelegten Zeit abzurufen ist die `timeout` enthalten 
`geolocationOptions` . Bei Verwendung mit `navigator.geolocation.watchPosition` 
, könnte dieser Fehler wiederholt übergeben werden, zu der `geolocationError` 
Rückruf jedes `timeout` Millisekunden.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/9f7aa022/doc/ja/index.md
----------------------------------------------------------------------
diff --git a/doc/ja/index.md b/doc/ja/index.md
index bddd5ed..c9bd1b1 100644
--- a/doc/ja/index.md
+++ b/doc/ja/index.md
@@ -19,7 +19,7 @@
 
 # org.apache.cordova.geolocation
 
-This plugin provides information about the device's location, such as latitude 
and longitude. 位置情報の共通のソースはグローバル 
ポジショニング システム (GPS) と IP アドレス、RFID、WiFi 
および Bluetooth の MAC アドレス、および GSM/cdma 方式携帯 Id 
などのネットワーク信号から推定されるå 
´æ‰€ã«ã‚‚あります。 API は、デバイスの実際のå 
´æ‰€ã‚’返すことの保証はありません。
+このプラグインは緯度や経度などのデバイスのå 
´æ‰€ã«é–¢ã™ã‚‹æƒ…報を提供します。 位置情報のå…
±é€šã®ã‚½ãƒ¼ã‚¹ã¯ã‚°ãƒ­ãƒ¼ãƒãƒ« ポジショニング システム (GPS) 
と IP アドレス、RFID、WiFi および Bluetooth の MAC 
アドレス、および GSM/cdma 方式携帯 Id 
などのネットワーク信号から推定されるå 
´æ‰€ã«ã‚‚あります。 API は、デバイスの実際のå 
´æ‰€ã‚’返すことの保証はありません。
 
 この API は[W3C 地理位置情報 API 
仕様][1]に基づいており、既に実装
を提供しないデバイス上のみで実行します。
 
@@ -32,23 +32,12 @@ This plugin provides information about the device's 
location, such as latitude a
     cordova plugin add org.apache.cordova.geolocation
     
 
-### Firefox OS Quirks
-
-Create **www/manifest.webapp** as described in [Manifest Docs][2]. Add 
permisions:
-
- [2]: https://developer.mozilla.org/en-US/Apps/Developing/Manifest
-
-    "permissions": {
-        "geolocation": { "description": "Used to position the map to your 
current position" }
-    }
-    
-
 ## サポートされているプラットフォーム
 
 *   アマゾン火 OS
 *   アンドロイド
 *   ブラックベリー 10
-*   Firefox OS
+*   Firefox の OS
 *   iOS
 *   Tizen
 *   Windows Phone 7 と 8
@@ -68,11 +57,9 @@ Create **www/manifest.webapp** as described in [Manifest 
Docs][2]. Add permision
 
 ## navigator.geolocation.getCurrentPosition
 
-Returns the device's current position to the `geolocationSuccess` callback 
with a `Position` object as the parameter. エラーがある場合、 
`geolocationError` コールバックに渡される、 `PositionError` 
オブジェクト。
+デバイスの現在の位置を返します、 `geolocationSuccess` 
コールバックを `Position` 
オブジェクトをパラメーターとして。 エラーがある場合、 
`geolocationError` コールバックに渡される、 `PositionError` 
オブジェクト。
 
-    navigator.geolocation.getCurrentPosition(geolocationSuccess,
-                                             [geolocationError],
-                                             [geolocationOptions]);
+    navigator.geolocation.getCurrentPosition 
(geolocationSuccess、[geolocationError] [geolocationOptions]);
     
 
 ### パラメーター
@@ -85,38 +72,14 @@ Returns the device's current position to the 
`geolocationSuccess` callback with
 
 ### 例
 
-    // onSuccess Callback
-    // This method accepts a Position object, which contains the
-    // current GPS coordinates
-    //
-    var onSuccess = function(position) {
-        alert('Latitude: '          + position.coords.latitude          + '\n' 
+
-              'Longitude: '         + position.coords.longitude         + '\n' 
+
-              'Altitude: '          + position.coords.altitude          + '\n' 
+
-              'Accuracy: '          + position.coords.accuracy          + '\n' 
+
-              'Altitude Accuracy: ' + position.coords.altitudeAccuracy  + '\n' 
+
-              'Heading: '           + position.coords.heading           + '\n' 
+
-              'Speed: '             + position.coords.speed             + '\n' 
+
-              'Timestamp: '         + position.timestamp                + 
'\n');
-    };
-    
-    // onError Callback receives a PositionError object
-    //
-    function onError(error) {
-        alert('code: '    + error.code    + '\n' +
-              'message: ' + error.message + '\n');
-    }
-    
-    navigator.geolocation.getCurrentPosition(onSuccess, onError);
+    onSuccess 
コールバック/このメソッドを含む位置のオブジェクトを受けå
…¥ã‚Œã‚‹/、/現在 GPS 座標///var onSuccess function(position) = {警告 (' 
緯度: '+ position.coords.latitude + '\n' +' 経度: '+ 
position.coords.longitude + '\n' +' 高度: '+ position.coords.altitude + '\n' 
+' 精度: '+ position.coords.accuracy + '\n' +' 高度精度: '+ 
position.coords.altitudeAccuracy + '\n' +' 見出し: '+ 
position.coords.heading + '\n' +' 速度: '+ position.coords.speed + '\n' +' 
タイムスタンプ: ' + position.timestamp + '\n');};onError 
コールバックが PositionError 
オブジェクトを受け取る//onError(error) 関数 {警告 (' コード: 
'+ error.code + '\n' +' メッセージ: ' + error.message + 
'\n');}navigator.geolocation.getCurrentPosition (onSuccess、onError);
     
 
 ## navigator.geolocation.watchPosition
 
-Returns the device's current position when a change in position is detected. 
デバイスを新しい場所を取得するとき、 `geolocationSuccess` 
コールバックを実行すると、 `Position` 
オブジェクトをパラメーターとして。 エラーがある場合、 
`geolocationError` コールバックを実行すると、 `PositionError` 
オブジェクトをパラメーターとして。
+位置の変更が検出されたå 
´åˆã¯ã€ãƒ‡ãƒã‚¤ã‚¹ã®ç¾åœ¨ä½ç½®ã‚’返します。 
デバイスを新しい場所を取得するとき、 `geolocationSuccess` 
コールバックを実行すると、 `Position` 
オブジェクトをパラメーターとして。 エラーがある場合、 
`geolocationError` コールバックを実行すると、 `PositionError` 
オブジェクトをパラメーターとして。
 
-    var watchId = navigator.geolocation.watchPosition(geolocationSuccess,
-                                                      [geolocationError],
-                                                      [geolocationOptions]);
+    var watchId = navigator.geolocation.watchPosition 
(geolocationSuccess、[geolocationError] [geolocationOptions]);
     
 
 ### パラメーター
@@ -129,31 +92,12 @@ Returns the device's current position when a change in 
position is detected. デ
 
 ### 返します
 
-*   **String**: returns a watch id that references the watch position 
interval. The watch id should be used with `navigator.geolocation.clearWatch` 
to stop watching for changes in position.
+*   **文字列**: 時計の位置の間隔を参照する時計 id 
を返します。 時計 id で使用する必要があります 
`navigator.geolocation.clearWatch` 停止位置の変化を監視します。
 
 ### 例
 
-    // onSuccess Callback
-    //   This method accepts a `Position` object, which contains
-    //   the current GPS coordinates
-    //
-    function onSuccess(position) {
-        var element = document.getElementById('geolocation');
-        element.innerHTML = 'Latitude: '  + position.coords.latitude      + 
'<br />' +
-                            'Longitude: ' + position.coords.longitude     + 
'<br />' +
-                            '<hr />'      + element.innerHTML;
-    }
-    
-    // onError Callback receives a PositionError object
-    //
-    function onError(error) {
-        alert('code: '    + error.code    + '\n' +
-              'message: ' + error.message + '\n');
-    }
-    
-    // Options: throw an error if no update is received every 30 seconds.
-    //
-    var watchID = navigator.geolocation.watchPosition(onSuccess, onError, { 
timeout: 30000 });
+    onSuccess コールバック//このメソッドを含む '位置' 
オブジェクトを受け入れる/現在の GPS 座標///onSuccess(position) 
関数 {var 要素 = document.getElementById('geolocation');element.innerHTML = 
'緯度:' + position.coords.latitude + '< br/>' +' 経度: '+ 
position.coords.longitude +' < br/>' + ' < hr/>' + element.innerHTML;}/onError 
コールバックが PositionError 
オブジェクトを受け取る///onError(error) 関数 {警告 (' コード: 
'+ error.code + '\n' +' メッセージ: ' + error.message + 
'\n');}オプション: 30 秒ごとの更新を受信しないå 
´åˆã‚¨ãƒ©ãƒ¼ã‚’スローします。
+    var watchID = navigator.geolocation.watchPosition (onError、onSuccess 
{タイムアウト: 30000});
     
 
 ## geolocationOptions
@@ -167,7 +111,7 @@ Returns the device's current position when a change in 
position is detected. デ
 
 *   **enableHighAccuracy**: 
最高の結果が、アプリケーションに必
要があることのヒントを示します。 
既定では、デバイスの取得を試みます、 `Position` 
ネットワーク ベースのメソッドを使用します。 
このプロパティを設定する `true` 
衛星測位などのより正確な方法を使用するためにフレーム
ワークに指示します。 *(ブール値)*
 
-*   **timeout**: The maximum length of time (milliseconds) that is allowed to 
pass from the call to `navigator.geolocation.getCurrentPosition` or 
`geolocation.watchPosition` until the corresponding `geolocationSuccess` 
callback executes. 場合は、 `geolocationSuccess` この時間内
に、コールバックは呼び出されません、 `geolocationError` 
コールバックに渡される、 `PositionError.TIMEOUT` のエラー 
コード。 (と組み合わせて使用するときに注意してくだ
さい `geolocation.watchPosition` の `geolocationError` 
間隔でコールバックを呼び出すことができますすべて 
`timeout` ミリ秒 !)*(数)*
+*   **タイムアウト**: 
への呼び出しから通過が許可される時間 (ミリ秒単位) 
の最大長 `navigator.geolocation.getCurrentPosition` または 
`geolocation.watchPosition` まで対応する、 `geolocationSuccess` 
コールバックを実行します。 場合は、 `geolocationSuccess` 
この時間内に、コールバックは呼び出されません、 
`geolocationError` コールバックに渡される、 `PositionError.TIMEOUT` 
のエラー コード。 
(と組み合わせて使用するときに注意してください 
`geolocation.watchPosition` の `geolocationError` 
間隔でコールバックを呼び出すことができますすべて 
`timeout` ミリ秒 !)*(数)*
 
 *   **maximumAge**: 
年齢があるミリ秒単位で指定した時間よりも大きくないキャッシュされた位置を受けå
…¥ã‚Œã¾ã™ã€‚*(数)*
 
@@ -188,11 +132,8 @@ Returns the device's current position when a change in 
position is detected. デ
 
 ### 例
 
-    //オプション: 位置の変化を監視し、é 
»ç¹ã«ä½¿ç”¨//正確な位置取得法利用可能。
-    //
-    var watchID = navigator.geolocation.watchPosition(onSuccess, onError, { 
enableHighAccuracy: true });
-    
-    // ...later on...
+    オプション: 
の位置では、変更を監視して最も//正確な位置取得法利用可能。
+    var watchID = navigator.geolocation.watchPosition 
(成功すると、onError、{enableHighAccuracy: true});... うな上.
     
     navigator.geolocation.clearWatch(watchID);
     
@@ -209,7 +150,7 @@ Returns the device's current position when a change in 
position is detected. デ
 
 ## Coordinates
 
-A `Coordinates` object is attached to a `Position` object that is available to 
callback functions in requests for the current position. It contains a set of 
properties that describe the geographic coordinates of a position.
+A `Coordinates` オブジェクトに使用されて、 `Position` 
は、現在の位置のための要求でコールバック関数を利用可能なオブジェクト。
 
位置の地理座標を記述するプロパティのセットが含まれています。
 
 ### プロパティ
 
@@ -227,7 +168,7 @@ A `Coordinates` object is attached to a `Position` object 
that is available to c
 
 *   **速度**: 
毎秒メートルで指定されたデバイスの現在の対地速度。*(数)*
 
-### Amazon Fire OS Quirks
+### アマゾン火 OS 癖
 
 **altitudeAccuracy**: 返すの Android 
デバイスでサポートされていません`null`.
 
@@ -237,7 +178,7 @@ A `Coordinates` object is attached to a `Position` object 
that is available to c
 
 ## PositionError
 
-The `PositionError` object is passed to the `geolocationError` callback 
function when an error occurs with navigator.geolocation.
+`PositionError`オブジェクトに渡されます、 `geolocationError` 
navigator.geolocation でエラーが発生したå 
´åˆã®ã‚³ãƒ¼ãƒ«ãƒãƒƒã‚¯é–¢æ•°ã€‚
 
 ### プロパティ
 
@@ -248,8 +189,8 @@ The `PositionError` object is passed to the 
`geolocationError` callback function
 ### 定数
 
 *   `PositionError.PERMISSION_DENIED` 
-    *   Returned when users do not allow the app to retrieve position 
information. This is dependent on the platform.
+    *   ユーザーの位置情報を取得するアプリを許可しないå 
´åˆã«è¿”されます。これはプラットフォームに依存します。
 *   `PositionError.POSITION_UNAVAILABLE` 
-    *   Returned when the device is unable to retrieve a position. In general, 
this means the device is not connected to a network or can't get a satellite 
fix.
+    *   
デバイスが、位置を取得することができます返されます。一般に、つまり、デバイスがネットワークに接続されていないまたは衛星の修正を得ることができません。
 *   `PositionError.TIMEOUT` 
-    *   Returned when the device is unable to retrieve a position within the 
time specified by the `timeout` included in `geolocationOptions`. When used 
with `navigator.geolocation.watchPosition`, this error could be repeatedly 
passed to the `geolocationError` callback every `timeout` milliseconds.
\ No newline at end of file
+    *   デバイスがで指定された時間内
の位置を取得することができるときに返される、 `timeout` 
に含まれている `geolocationOptions` 。 使用すると 
`navigator.geolocation.watchPosition` 
、このエラーが繰り返しに渡すことが、 `geolocationError` 
コールバックごと `timeout` (ミリ秒単位)。
\ No newline at end of file

Reply via email to