void t_Updated(object sender, LocationUpdaterEventArgs e)
 {
     UpdateCache(e.Reading.Coordinates);
 }
Esempio n. 2
0
 void LocationTracker_Updated(object sender, LocationUpdaterEventArgs e)
 {
     HandleSystemPositionUpdated(e.Reading.Coordinates);
 }
Esempio n. 3
0
        void LocationTracker_Updated(object sender, LocationUpdaterEventArgs args)
        {
            //Debug.LogFormat("New coords: {0}", args.Reading.Coordinates.ToString());

            SetSystemPosition(args.Reading.Coordinates);
        }