GeoLocation Constructors

Definition

Overloads

GeoLocation()
GeoLocation(IntPtr, Boolean)

GeoLocation()

public GeoLocation ();
Public Sub New ()

Applies to

GeoLocation(IntPtr, Boolean)

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

Parameters

ahandle
IntPtr

nativeint

transfer
Boolean

Applies to