Applicable.Location.DebugLocationService.DebugLocationService C# (CSharp) 메소드

DebugLocationService() 공개 메소드

public DebugLocationService ( ) : System
리턴 System
		public DebugLocationService ()
		{
			_latitude = 63.425630295;
			_longtitude = 10.4458852325;
			_timer = NSTimer.CreateRepeatingScheduledTimer(1, TimerEvent);
		}