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. |