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 class GeolocationRequest
- Inheritance
-
System.ObjectGeolocationRequest
Constructors
GeolocationRequest() |
Creates a new instance of GeolocationRequest. |
GeolocationRequest(GeolocationAccuracy, TimeSpan) |
Creates a new instance of GeolocationRequest with the specified accuracy and timeout. |
GeolocationRequest(GeolocationAccuracy) |
Creates a new instance of GeolocationRequest with the specified accuracy. |
Properties
DesiredAccuracy |
Gets or sets the desired accuracy of the resulting location. |
Timeout |
Gets or sets the location request timeout. |
Methods
ToString() |
A string representation of the request. |