Geocoordinate.IsRemoteSource Property

Definition

Gets a value that indicates whether the current location reported by this Geocoordinate object is being redirected to a remote physical location.

public:
 property bool IsRemoteSource { bool get(); };
bool IsRemoteSource();
public bool IsRemoteSource { get; }
var boolean = geocoordinate.isRemoteSource;
Public ReadOnly Property IsRemoteSource As Boolean

Property Value

Boolean

bool

True if the current location reported by this Geocoordinate object is being redirected to a remote physical location; otherwise, false.

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Remarks

In some scenarios, such as remote desktop sessions, the physical location of the current device does not represent the user's actual location. In these scenarios, Windows can redirect the user's location to a remote computer that is used as the main source for positioning. Use this property to determine whether the user's location is being redirected to a remote computer.

Applies to