![]() |
VOOZH | about |
dotnet add package Biss.Maps.Blazor --version 10.4.5
NuGet\Install-Package Biss.Maps.Blazor -Version 10.4.5
<PackageReference Include="Biss.Maps.Blazor" Version="10.4.5" />
<PackageVersion Include="Biss.Maps.Blazor" Version="10.4.5" />Directory.Packages.props
<PackageReference Include="Biss.Maps.Blazor" />Project file
paket add Biss.Maps.Blazor --version 10.4.5
#r "nuget: Biss.Maps.Blazor, 10.4.5"
#:package Biss.Maps.Blazor@10.4.5
#addin nuget:?package=Biss.Maps.Blazor&version=10.4.5Install as a Cake Addin
#tool nuget:?package=Biss.Maps.Blazor&version=10.4.5Install as a Cake Tool
(C) 2026 FOTEC Forschungs- und Technologietransfer GmbH | https://www.fotec.at
Biss.Maps.Blazor provides the Blazor-specific UI layer for BISS map functionality. It integrates the shared map domain from Biss.Maps.Common with Google Maps in Blazor applications, including rendering, map-item synchronization, map interaction events, and user-location integration.
The package is intended for Blazor apps using BISS architecture that work with a central BissMapService in ViewModels.
builder.Services.AddAppSettings();
using Biss.Maps.Blazor.Extensions;
using Biss.Maps.Common.MapElements;
builder.Services.AddBissBlazorMaps(options =>
{
options.DefaultPinImage = new BmPinImage("/content/Pin.png");
});
@using Biss.Maps.Blazor.Components
<BissMapComponent MapService="@ViewModel.MapService" Height="600px" />
MapService.SetCenterAndZoom(position, zoomLevel);
MapService.AddMapItems(items);
| Package | Version | Purpose |
|---|---|---|
| Biss.Maps.Common | Latest | Shared map domain models, options, map service, and abstractions |
| Package | Version | Purpose |
|---|---|---|
| Blazor.BrowserAPI | 0.15.1+ | Browser geolocation and permissions integration |
| BlazorGoogleMaps | 4.15.1+ | Google Maps integration for Blazor |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
Changelog.md