In my Windows Phone 8 app, I am trying to use GetGeopositionAsync on the main page to display some items based on user location.
Calling GetGeopositionAsync does not
See my sample: http://code.msdn.microsoft.com/windowsapps/How-to-use-Cimbalino-3888977e
it uses MVVM & Cimbalino Toolkit!
In my case I set ReportInterval = 5 to solve that problem.