[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-10-14 UTC。"],[[["After configuring your app, call `ArEarth_getCameraGeospatialPose` to obtain the device's geospatial positioning, including location (latitude, longitude), altitude, and orientation, through an `ArGeospatialPose` object."],["Geospatial values are only valid when `ArEarth.ArTrackingState` is `AR_TRACKING_STATE_TRACKING` and `ArEarth.ArEarthState` is `AR_EARTH_STATE_ENABLED`, requiring you to wrap API calls in a tracking state control block."],["While pitch and roll angles tend to be accurate, yaw angles may vary and require adjustments using the `ArGeospatialPose_getOrientationYawAccuracy` function to assess accuracy and confidence levels."]]],["After configuring app settings, call `ArEarth_getCameraGeospatialPose` to get the device's geospatial position (`ArGeospatialPose`). This pose contains latitude, longitude, altitude, and orientation. Geospatial data is valid only when `ArTrackingState` is `AR_TRACKING_STATE_TRACKING` and `ArEarthState` is `AR_EARTH_STATE_ENABLED`. Ensure API calls are within a `ArTrackingState` control block. The yaw angle's accuracy can vary; `ArGeospatialPose_getOrientationYawAccuracy` estimates its precision. Larger values of accuracy indicate lower precision of the Yaw angle.\n"]]