Geolocator.IsDefaultGeopositionRecommended Property

Definition

Indicates whether the user should be prompted to set a default location manually.

public:
 static property bool IsDefaultGeopositionRecommended { bool get(); };
static bool IsDefaultGeopositionRecommended();
public static bool IsDefaultGeopositionRecommended { get; }
var boolean = Geolocator.isDefaultGeopositionRecommended;
Public Shared ReadOnly Property IsDefaultGeopositionRecommended As Boolean

Property Value

Boolean

bool

true if the app would benefit from a manually-set location, false if a better option is available.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)
App capabilities
locationSystem location

Applies to