Tell me more ×
Windows Phone Stack Exchange is a question and answer site for enthusiasts and power users of Windows Phone OS. It's 100% free, no registration required.

For those who don't know about the radar function: It notifies you (using a push notification) that you are close to a certain location which you might want to check into.

So I want to know if Windows Phone lets you monitor your current location in the background on a regular basis.

share|improve this question

1 Answer

Windows phone allows background processes to run in the background, and be aware of positional information. Prior to Windows Phone 8, these are limited to a cached location that the operating system updates every 15 minutes or so. These same background processes could react to this locational information and react in a similar way.

With Windows Phone 8, app developers can gain accurate, and up to the second positional information whilst running in the background, so this could also do the same, with a higher level of accuracy (as well as allowing more flexibility for things like tracking a mountain bike route, etc.)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.