Class LocationService
Inheritance
LocationService
Assembly: UnityEngine.dll
Syntax
public class LocationService
Properties
|
Improve this Doc
View Source
isEnabledByUser
Declaration
public bool isEnabledByUser { get; }
Property Value
|
Improve this Doc
View Source
lastData
Declaration
public LocationInfo lastData { get; }
Property Value
|
Improve this Doc
View Source
status
Declaration
public LocationServiceStatus status { get; }
Property Value
Methods
|
Improve this Doc
View Source
Start()
Declaration
|
Improve this Doc
View Source
Start(Single)
Declaration
public void Start(float desiredAccuracyInMeters)
Parameters
Type |
Name |
Description |
Single |
desiredAccuracyInMeters |
|
|
Improve this Doc
View Source
Start(Single, Single)
Declaration
public void Start(float desiredAccuracyInMeters, float updateDistanceInMeters)
Parameters
Type |
Name |
Description |
Single |
desiredAccuracyInMeters |
|
Single |
updateDistanceInMeters |
|
|
Improve this Doc
View Source
Stop()
Declaration
Extension Methods