Version: 2022.1
언어: 한국어

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.