Show / Hide Table of Contents

Class LocationService

Inheritance
Object
LocationService
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public class LocationService

Properties

| Improve this Doc View Source

isEnabledByUser

Declaration
public bool isEnabledByUser { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

lastData

Declaration
public LocationInfo lastData { get; }
Property Value
Type Description
LocationInfo
| Improve this Doc View Source

status

Declaration
public LocationServiceStatus status { get; }
Property Value
Type Description
LocationServiceStatus

Methods

| Improve this Doc View Source

Start()

Declaration
public void Start()
| 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
public void Stop()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX