.NET MAUI Preview 3 for .NET 11 introduces several long-requested features. Maps now support pin clustering (grouping nearby pins that expand on zoom) for iOS and Android, custom pin icons via ImageSource, click handlers on map overlays (circles, polygons), and a new long press gesture on the map. A general-purpose LongPressGestureRecognizer is also added, supporting minimum press duration (iOS/macOS/Windows), state tracking (started, running, completed, canceled), position tracking, and command binding. XAML improvements include implicit namespaces (reducing boilerplate to one line) and XAML source generation (compiling XAML to C# for faster startup and consistent debug/release behavior). Developers are encouraged to test preview versions to surface bugs before the GA release in November 2026.
Sort: