.NET MAUI Maps (SfMaps) Overview

11 Aug 20231 minute to read

The .NET MAUI Maps control is a powerful data visualization component that displays statistical information for a geographical area. It has highly interactive and customizable features such as selection, tooltip, legends, markers, bubbles, and color mapping. Using the Maps control, you can generate maps for population density, sales, political boundaries, weather, elections, and routes.

Features

  • Shape layer - Visualize the map area from GeoJSON or shapefile input data.

  • Data labels - Provide identification for shapes by displaying their names. If the labels exceed the shape bounds, they are trimmed or hidden.

  • Markers - Denote a location with built-in symbols or display custom content at a specific latitude and longitude on a map.

  • Bubbles - Add information to shapes such as population density or number of users. Bubbles can be rendered in different colors and sizes based on the data values of their assigned shapes.

  • Shape selection - Choose a shape to highlight a region on a map. You can use the event for performing action during the shape selection.

  • Legend - Use legends to provide clear information on the data plotted in a map.

  • Colors - Categorize the shapes on a map by assigning their colors based on their underlying values. It is possible to set the shape color for a specific value or for a range of values.

  • Tooltip - Display additional information about shapes, markers, and bubbles using a customizable tooltip on a map.

Maps layer overview

NOTE

You can get the samples in the GitHub link