Esempio n. 1
0
    protected virtual void OnFindPathPressed()
    {
        if (!mapView.IsMapCompleted())
        {
            uiView.ShowMessage("Start and Goal points should be set.");
            return;
        }
        uiView.EnableCleanPath();

        SetupMapModel();
        mapModel.FindPath();
    }