ICompass Interface

graph BT Type["ICompass"] class Type type-node Implementing0["CompassEssential"]-.->Type click Implementing0 "/api/Rocket.Surgery.Xamarin.Essentials/CompassEssential"

Syntax

public interface ICompass

Properties

Name Value Summary
CompassChanged IObservable<CompassChangedEventArgs>
IsMonitoring bool

Methods

Name Value Summary
Start(SensorSpeed) void
Stop() void

Extension Methods

Name Value Summary
SetBackingValue<ICompass, TV>(Expression<Func<ICompass, TV>>, TV) T
Sets the backing value.
With<ICompass, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.