Example #1
0
 public override void CommitRegionsForTrack()
 {
     // actually begin the tracking for the regions we care about.
     LocationManager.BeginPassiveMonitoring( );
     LocationManager.RefreshRegionsAndLandmarks( );
 }
Example #2
0
 public override void EnterForeground(object context)
 {
     LocationManager.RefreshRegionsAndLandmarks( );
 }