Example #1
0
        public void Start()
        {
            if (UIDevice.CurrentDevice.CheckSystemVersion(8, 0))
            {
                RequestAlwaysAuthorization();
            }

            Delegate = new LocationManagerDelegate();
            StartUpdatingLocation();
            IsActive = true;
        }
Example #2
0
 public void Start()
 {
     Delegate = new LocationManagerDelegate();
     StartUpdatingHeading();
     IsActive = true;
 }