Syncfusion.Blazor.Maps 34.2.7

Prefix Reserved
dotnet add package Syncfusion.Blazor.Maps --version 34.2.7
                    
NuGet\Install-Package Syncfusion.Blazor.Maps -Version 34.2.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Syncfusion.Blazor.Maps" Version="34.2.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.Blazor.Maps" Version="34.2.7" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.Blazor.Maps" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.Blazor.Maps --version 34.2.7
                    
#r "nuget: Syncfusion.Blazor.Maps, 34.2.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Syncfusion.Blazor.Maps@34.2.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Syncfusion.Blazor.Maps&version=34.2.7
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.Blazor.Maps&version=34.2.7
                    
Install as a Cake Tool

Syncfusion® Blazor Maps

Interactive map visualization component for Blazor applications. Render maps from GeoJSON data or map providers like OpenStreetMap, Google Maps, and Bing Maps with rich features.

Blazor Map

Using this package with an AI coding agent

Before generating Syncfusion® code, ask your AI coding agent to run the Syncfusion® setup using the following prompt:

Set up this project for Syncfusion® before generating code. Fetch and follow the official instructions at https://ai.syncfusion.com, then report the detected platform, installed skill pack, MCP status, and any required licensing action.

The setup detects your project's platform and loads the appropriate Syncfusion® skill pack. No Syncfusion® account or MCP key is required to install or read Syncfusion® agent skills.

Platform reference: https://ai.syncfusion.com/blazor/llms.txt

Key Features

  • Multiple Map Providers: Support for OpenStreetMap, Google Maps, Bing Maps, and custom GeoJSON data
  • Interactive Markers: Add, customize, and interact with markers on the map
  • Bubble and Label Layers: Visualize data with bubbles and text labels
  • Navigation Lines: Draw routes and paths between locations
  • Legends and Tooltips: Display information and legends for map data
  • Zooming and Panning: Intuitive navigation with mouse wheel and touch gestures
  • Drill Down: Interactive drill-down capabilities for regional data visualization
  • Layer Management: Multiple layers with easy toggle and customization
  • Export: Export maps as images (PNG, SVG, PDF)

System Requirements

  • .NET 8.0 or later (Blazor Server, Blazor Web App, Blazor WebAssembly, Blazor Hybrid)
  • See full requirements: System Requirements

Installation

Install the Maps package and the themes package, which provides the stylesheets referenced below:

dotnet add package Syncfusion.Blazor.Maps
dotnet add package Syncfusion.Blazor.Themes

Add Stylesheet and Script References

For Blazor Web App / Blazor Server, add these to Components/App.razor or App.razor. For Blazor WebAssembly, add these to wwwroot/index.html:

<link href="_content/Syncfusion.Blazor.Themes/fluent2.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>

Quick Start

  1. Register the Syncfusion® Blazor service in Program.cs:
using Syncfusion.Blazor;

builder.Services.AddSyncfusionBlazor();
  1. Add the Maps component to your Razor page:
@using Syncfusion.Blazor.Maps

<SfMaps>
    <MapsLayers>
        <MapsLayer UrlTemplate="https://tile.openstreetmap.org/level/tileX/tileY.png">
            <MapsMarkerSettings>
                <MapsMarker Visible="true" Height="25" Width="15" DataSource="@MarkerData">
                </MapsMarker>
            </MapsMarkerSettings>
        </MapsLayer>
    </MapsLayers>
</SfMaps>

@code {
    public class MarkerData
    {
        public double Latitude { get; set; }
        public double Longitude { get; set; }
    }

    public List<MarkerData> MarkerData { get; set; } = new List<MarkerData>
    {
        new MarkerData { Latitude = 37.6872, Longitude = -122.3021 },
        new MarkerData { Latitude = 37.7749, Longitude = -122.4194 },
        new MarkerData { Latitude = 34.0522, Longitude = -118.2437 }
    };
}

Documentation

Support

License

This is a commercial product and requires a paid license for possession or use. Review the Syncfusion® EULA.

About Syncfusion®

Syncfusion® provides 1600+ UI components and frameworks for web, mobile, and desktop development across multiple platforms:

Web: Blazor | ASP.NET Core | ASP.NET MVC | JavaScript | Angular | React | Vue

Mobile: Flutter | MAUI | UWP

Desktop: WinForms | WPF | WinUI

Learn more at www.syncfusion.com.

sales@syncfusion.com | Toll Free: 1-888-9-DOTNET

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Syncfusion.Blazor.Maps:

Package Downloads
Jakar.Extensions.Blazor.Syncfusion

Extensions to aid in development.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.Blazor.Maps:

Repository Stars
Webreaper/Damselfly
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
Version Downloads Last Updated
34.2.7 188 2026/9/8
34.2.6 369 2026/8/31
34.2.5 626 2026/8/25
34.2.4 1,062 2026/8/17
34.2.3 434 2026/8/11
34.2.2 1,028 2026/8/5
34.1.33 423 2026/7/27
34.1.32 505 2026/7/21
34.1.31 443 2026/7/14
34.1.30 817 2026/7/9
34.1.29 1,263 2026/7/6
33.2.15 654 2026/6/23
33.2.13 1,511 2026/6/16
33.2.12 941 2026/6/9
33.2.10 816 2026/6/2
33.2.8 526 2026/5/26
33.2.7 516 2026/5/19
33.2.6 1,605 2026/5/12
33.2.5 724 2026/5/4
33.2.4 852 2026/4/27
Loading failed