Show / Hide Table of Contents

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
Type Description
IMapboxLocationInfo

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
void Stop()
Back to top © 2017 Mapbox