GeolocationRequest Class
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.
Represents the criteria for a ___location request.
public ref class GeolocationRequest
public class GeolocationRequest
type GeolocationRequest = class
Public Class GeolocationRequest
- Inheritance
-
GeolocationRequest
Constructors
GeolocationRequest() |
Initializes a new instance of the GeolocationRequest class with default options. |
GeolocationRequest(GeolocationAccuracy, TimeSpan) |
Initializes a new instance of the GeolocationRequest class with the specified accuracy and timeout. |
GeolocationRequest(GeolocationAccuracy) |
Initializes a new instance of the GeolocationRequest class with the specified accuracy. |
Properties
DesiredAccuracy |
Gets or sets the desired accuracy of the resulting ___location. |
RequestFullAccuracy |
Gets or sets whether to request full permission to temporarily use ___location services with full accuracy. |
Timeout |
Gets or sets the ___location request timeout. |
Methods
ToString() |
Returns a string representation of the current values of GeolocationRequest. |