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

            SetSystemPosition(args.Reading.Coordinates);
        }