GeolocationRequest Class

Definition

Represents the criteria for a location request.

public class GeolocationRequest
Inheritance
System.Object
GeolocationRequest

Constructors

Name Description
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

Name Description
DesiredAccuracy

Gets or sets the desired accuracy of the resulting location.

Timeout

Gets or sets the location request timeout.

Methods

Name Description
ToString()

A string representation of the request.

Applies to