Plamen Ivanov

Results 9 comments of Plamen Ivanov

First of all - congratulations for huge and successful effort with Mapsui :-) I really looking forward to use it in some projects and because of this I want to...

I realized that almost all code links in article are broken so first I will again explain the idea behind the article to make sure we understand each other. MapControl...

@pauldendulk asks for an idea how others do MVVM in map controls and what does MVVM support mean to me. Also - can MVVM be done easier and with simple...

Generally I agree with @dotmorten. At least all View properties which is expected to be manipulated from code should be bindable. And because some can be threated bothways (e.g. UseDoubleTap...

I use Prism as MVVM framework and the good news is that they are also looking forward to MAUI: [#2118](https://github.com/PrismLibrary/Prism/issues/2118) I suppose there will be support for both MVVM and...

@badcel Since MVVM is also about separation of roles and XAML is a way for designers (i.e. non-developers) to create View and wire it to other part of application using...

The case @badcel set was XAML vs C# for UI definition. > But what if the view is written in code? No xaml means no need of dependency properties. So...

I saw you released 1.6.0 and tested it but the problem still exists. When you will fix this as it keeps me on 1.4.0?