Interface IMapboxLocationService
Namespace:Mapbox.Unity.Location
Assembly:cs.temp.dll.dll
Syntax
public interface IMapboxLocationService
Properties
isEnabledByUser
Declaration
bool isEnabledByUser { get; }
Property Value
Type |
Description |
System.Boolean |
|
lastData
Declaration
IMapboxLocationInfo lastData { get; }
Property Value
status
Declaration
LocationServiceStatus status { get; }
Property Value
Type |
Description |
LocationServiceStatus |
|
Methods
Start(Single, Single)
Declaration
void Start(float desiredAccuracyInMeters, float updateDistanceInMeters)
Parameters
Type |
Name |
Description |
System.Single |
desiredAccuracyInMeters |
|
System.Single |
updateDistanceInMeters |
|
Stop()
Declaration