Show / Hide Table of Contents

Class MapboxLocationServiceUnityWrapper

Wrap Unity's LocationService into MapboxLocationService

Inheritance
System.Object
MapboxLocationServiceUnityWrapper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:Mapbox.Unity.Location
Assembly:cs.temp.dll.dll
Syntax
public class MapboxLocationServiceUnityWrapper : IMapboxLocationService

Properties

isEnabledByUser

Declaration
public bool isEnabledByUser { get; }
Property Value
Type Description
System.Boolean
Implements
IMapboxLocationService.isEnabledByUser

lastData

Declaration
public IMapboxLocationInfo lastData { get; }
Property Value
Type Description
IMapboxLocationInfo
Implements
IMapboxLocationService.lastData

status

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

Methods

Start(Single, Single)

Declaration
public void Start(float desiredAccuracyInMeters, float updateDistanceInMeters)
Parameters
Type Name Description
System.Single desiredAccuracyInMeters
System.Single updateDistanceInMeters
Implements
IMapboxLocationService.Start(Single, Single)

Stop()

Declaration
public void Stop()
Implements
IMapboxLocationService.Stop()
Back to top © 2017 Mapbox