예제 #1
0
        public void OnLocationChanged(Location location) // ILocationListener
        {
            this.location = location;
            if (listener != null)
            {
                listener.OnGpsLocationUpdate();
            }

            DeviceDebugAndroid.LogToFileSensorGpsSpeedStatic((location != null) ? location.Speed : 0);
        }