protected override void OnPointSelected(MapPoint place) { AppCommon.Inst.CurrentReq = new Request { Src = place }; NavigationController.PushViewController( AppDelegate.Inst.StoryBoard.InstantiateViewController("ReqDetailsScreen") as ReqDetailsScreen, true); }
protected abstract void OnPointSelected(SavariWala.MapPoint place);