GeolocationListeningRequest Class

Definition

Request options for listening to geolocations

public ref class GeolocationListeningRequest
public class GeolocationListeningRequest
type GeolocationListeningRequest = class
Public Class GeolocationListeningRequest
Inheritance
GeolocationListeningRequest

Constructors

GeolocationListeningRequest()

Creates a new request object with default values

GeolocationListeningRequest(GeolocationAccuracy)

Creates a new request object with given accuracy.

GeolocationListeningRequest(GeolocationAccuracy, TimeSpan)

Creates a new request object with given accuracy and minimum time.

Properties

DesiredAccuracy

The desired minimum accuracy for the location updates being sent. Locations that don't satisfy this accuracy are not sent using the event handler.

MinimumTime

Minimum time between location updates being sent. This value must positive. Most location sensors may not return locations in intervals shorter than 1 second.

Applies to