Geolocator.IsDefaultGeopositionRecommended Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|