Add Map pin clustering sample for .NET MAUI 11 preview 3#743
Draft
davidortinau wants to merge 5 commits intomainfrom
Draft
Add Map pin clustering sample for .NET MAUI 11 preview 3#743davidortinau wants to merge 5 commits intomainfrom
davidortinau wants to merge 5 commits intomainfrom
Conversation
Demonstrates the new Map.IsClusteringEnabled, Pin.ClusteringIdentifier, and Map.ClusterClicked APIs introduced in .NET MAUI 11 preview 2. - Standalone sample under 11.0/UserInterface/Views/Map/MapClustering/ - Targets net11.0-android, net11.0-ios, net11.0-maccatalyst, net11.0-windows - Uses official 11.0.0-preview.2.26152.10 packages from NuGet.org - Includes docregion markers for docs snippet extraction - README with screenshot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jfversluis
reviewed
Mar 10, 2026
jfversluis
reviewed
Mar 10, 2026
Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
Contributor
|
@davidortinau I've opened a new pull request, #746, to work on those changes. Once the pull request is ready, I'll request review from you. |
* Initial plan * Remove unnecessary .gitkeep file from images directory Co-authored-by: davidortinau <41873+davidortinau@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: davidortinau <41873+davidortinau@users.noreply.github.com>
Include 11.0.x in the dotnet-version list for both build-all and build-pr workflows so that net11.0-* sample projects can be built. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This reverts commit 9ab792d.
Member
|
This is available in preview 3, not 2. So lets park this until p3 comes out. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a standalone sample demonstrating the new Map pin clustering APIs introduced in .NET MAUI 11 preview 2 (dotnet/maui#33831).
APIs demonstrated
Map.IsClusteringEnabled— enables automatic grouping of nearby pinsPin.ClusteringIdentifier— groups pins into named clustersMap.ClusterClicked— event fired when a cluster annotation is tappedClusterClickedEventArgs— exposesPins,Location, andHandledpropertiesFiles
11.0/UserInterface/Views/Map/MapClustering/— complete standalone projectnet11.0-android,net11.0-ios,net11.0-maccatalyst,net11.0-windows11.0.0-preview.2.26152.10packages from NuGet.orgdocregionmarkers for docs snippet extractionPlatform notes
MKClusterAnnotation— full supportScreenshot (Mac Catalyst)