Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OsmSharp.Android.UI.RotateGestureDetector"/> class.
 /// </summary>
 /// <param name="context">Context.</param>
 /// <param name="listener">Listener.</param>
 public RotateGestureDetector(Context context, IOnRotateGestureListener listener)
     : base(context)
 {
     _listener = listener;
 }
Exemplo n.º 2
0
		/// <summary>
		/// Initializes a new instance of the <see cref="OsmSharp.Android.UI.RotateGestureDetector"/> class.
		/// </summary>
		/// <param name="context">Context.</param>
		/// <param name="listener">Listener.</param>
		public RotateGestureDetector(Context context, IOnRotateGestureListener listener)
			:base (context) {
			_listener = listener;
		}