Udostępnij za pośrednictwem


GeolocationRequest Class

Definition

Represents the criteria for a location request.

public class GeolocationRequest
Inheritance
System.Object
GeolocationRequest

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.

Applies to