GeolocationListeningRequest.MinimumTime Property

Definition

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

public:
 property TimeSpan MinimumTime { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan MinimumTime { get; set; }
member this.MinimumTime : TimeSpan with get, set
Public Property MinimumTime As TimeSpan

Property Value

Applies to