Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.48 KB

geolocator_reportinterval.md

File metadata and controls

30 lines (21 loc) · 1.48 KB
-api-id -api-type
P:Windows.Devices.Geolocation.Geolocator.ReportInterval
winrt property

Windows.Devices.Geolocation.Geolocator.ReportInterval

-description

The requested minimum time interval between location updates, in milliseconds. If your application requires updates infrequently, set this value so that location services can conserve power by calculating location only when needed.

-property-value

The requested minimum time interval between location updates.

-remarks

The default report interval is 1 second or as frequent as the hardware can support – whichever is shorter. Location updates can be set to a different frequency if you specify a MovementThreshold or set ReportInterval to a different value. If your app sets both MovementThreshold and ReportInterval, location will be updated according to MovementThreshold.

If another application has requested more frequent updates, by specifying a smaller value for ReportInterval, your application may receive updates at a higher frequency than requested.

-examples

-see-also

Get current location, Get current location, Set up a geofence

-capabilities

location ID_CAP_LOCATION [Windows Phone]