Add packaged README for Microsoft.Maui.Controls.Maps with quick start guidance#33196
Add packaged README for Microsoft.Maui.Controls.Maps with quick start guidance#33196jfversluis merged 9 commits intomainfrom
Conversation
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
|
@copilot can you add a little bit more about different features like pins, polygons and what else is available? |
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
Added a new feature summary section covering pins, polygons/polylines/circles, map interactions (MapClicked, camera/region control), and map display options in the README. Commit: 4f34777. |
|
@copilot do not only add them at a glance, add some samples of that as well |
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
|
@copilot lets remove this from the link to the docs ?view=net-maui-10.0 also add samples for interactions, different maps modes, and what else you can come up with that is important to know about working with maps. Leverage online sources to see what people are asking about maps and include that |
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
Updated the README to use the version-agnostic docs link and added runnable samples for interactions (MapClicked drop pin + MoveToRegion), map mode toggle, and common runtime toggles like showing user location and traffic. Commit: 0f291c9. |
There was a problem hiding this comment.
Pull request overview
This PR adds a packaged README file to the Microsoft.Maui.Controls.Maps NuGet package to help developers get started with the Maps API. The README includes setup instructions, platform-specific configuration guidance, XAML examples, and links to official documentation.
Key Changes
- Added NuGet package README with quick start guide and sample code
- Configured package metadata to include the README in the NuGet package
- Documented platform support (Android and iOS working, Windows not yet implemented)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/Controls/Maps/src/Controls.Maps.csproj | Added PackageReadmeFile property and configured the README.md to be included in the NuGet package |
| src/Controls/Maps/README.md | New comprehensive README with setup instructions, XAML samples, code examples, and links to official documentation |
|
Can you evaluate this review and see if you agree with the suggestions? PR Review: Maps READMEThanks for adding the README to the Maps NuGet package! The structure and content are great, but I found a few issues that need to be addressed before merging. 🔴 Critical: Non-existent
|
Co-authored-by: PureWeen <5375137+PureWeen@users.noreply.github.com>
|
@copilot Copilot can you try again please |
|
@copilot can you try again please |
|
@copilot copilot can you try again please? |
|
@copilot can you try again? |
- Remove non-existent LocationCollection wrapper from Geopath samples - Use correct xmlns:maps URL (http://schemas.microsoft.com/dotnet/2021/maui/maps) - Use xmlns:sensors instead of xmlns:essentials with correct assembly - Use constructor syntax with x:Arguments for Location (matches official samples) Addresses review feedback from PR #33196
|
@copilot can you try again? |
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.