PlatformLocationProvider Constructors

Definition

Overloads

PlatformLocationProvider()

Initializes a new instance with all sensors disabled.

PlatformLocationProvider(IntPtr, Boolean)

PlatformLocationProvider()

Initializes a new instance with all sensors disabled.

public PlatformLocationProvider ();
Public Sub New ()

Applies to

PlatformLocationProvider(IntPtr, Boolean)

protected PlatformLocationProvider (IntPtr ahandle, bool transfer);
new Microsoft.Azure.SpatialAnchors.PlatformLocationProvider : nativeint * bool -> Microsoft.Azure.SpatialAnchors.PlatformLocationProvider
Protected Sub New (ahandle As IntPtr, transfer As Boolean)

Parameters

ahandle
IntPtr

nativeint

transfer
Boolean

Applies to