GeolocationRequest Class

Definition

Represents the criteria for a location request.

public class GeolocationRequest
Inheritance
GeolocationRequest

Constructors

GeolocationRequest()

Creates a new instance of GeolocationRequest.

GeolocationRequest(GeolocationAccuracy)

Creates a new instance of GeolocationRequest with the specified accuracy.

GeolocationRequest(GeolocationAccuracy, TimeSpan)

Creates a new instance of GeolocationRequest with the specified accuracy and timeout.

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.

Applies to