Esempio n. 1
0
 void OnStartSignificantLocationServicePressed()
 {
     if (CLLocationManager.Status != CLAuthorizationStatus.Authorized)
     {
         _locationHelper.PromtUserToEnableLocationService(StartSignificantLocationChangesUpdates);
     }
     else
     {
         StartSignificantLocationChangesUpdates();
     }
 }