言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

LocationService

Namespace: UnityEngine

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

ロケーション(GPS)機能のインタフェースです。

Variables

isEnabledByUser 端末の設定でローケーション機能を有効にしているかどうか。
lastData 最後にデバイスが測定した位置情報
status ロケーションサービスの状態を返します

Functions

Start ロケーションの更新を開始します。最後の位置座標になります。
Stop ロケーションの更新を停止します。バッテリーの節約に役立ちます。