protected void Init(UIButton btnLeft, UIButton btnRight, UIButton btnSelStart, UIView mapContainer)
		{
			_btnLeft = btnLeft;
			_btnRight = btnRight;
			_btnSelStart = btnSelStart;
			_mapContainer = mapContainer;
			_wRoutesMapperImpl = new WalkingRoutesMapperImpl (this);
		}
 public MapPointsActivityBase(int layoutId, int mapPointTextId, GeoLoc mapCentre)
 {
     _layoutId          = layoutId;
     _wRoutesMapperImpl = new WalkingRoutesMapperImpl(this)
     {
         MapCentre = mapCentre, MapPointTextId = mapPointTextId
     };
 }
Esempio n. 3
0
 protected void Init(UIButton btnLeft, UIButton btnRight, UIButton btnSelStart, UIView mapContainer)
 {
     _btnLeft           = btnLeft;
     _btnRight          = btnRight;
     _btnSelStart       = btnSelStart;
     _mapContainer      = mapContainer;
     _wRoutesMapperImpl = new WalkingRoutesMapperImpl(this);
 }
		public MapPointsActivityBase(int layoutId, int mapPointTextId, GeoLoc mapCentre)
		{
			_layoutId = layoutId;
			_wRoutesMapperImpl = new WalkingRoutesMapperImpl (this) { MapCentre = mapCentre, MapPointTextId = mapPointTextId };
		}