Show / Hide Table of Contents

Interface ILocationProvider

Implement ILocationProvider to send Heading and Location updates.

Namespace:Mapbox.Unity.Location
Assembly:cs.temp.dll.dll
Syntax
public interface ILocationProvider

Properties

CurrentLocation

Declaration
Location CurrentLocation { get; }
Property Value
Type Description
Location

Events

OnLocationUpdated

Declaration
event Action<Location> OnLocationUpdated
Event Type
Type Description
System.Action<Location>
Back to top © 2017 Mapbox