Version: 2022.3
言語: 日本語

LocationService

class in UnityEngine

マニュアルに切り替える

説明

Provides methods that allow an application to access the device's location.

変数

isEnabledByUserIndicates whether the device allows access the application to access the location service.
lastDataThe last geographical location that the device registered.
statusReturns the location service status.

Public 関数

StartStarts location service updates.
StopStops location service updates. This is useful to save battery power when the application doesn't require the location service.