![]() |
VOOZH | about |
dotnet add package Biss.Maps.Maui --version 10.4.5
NuGet\Install-Package Biss.Maps.Maui -Version 10.4.5
<PackageReference Include="Biss.Maps.Maui" Version="10.4.5" />
<PackageVersion Include="Biss.Maps.Maui" Version="10.4.5" />Directory.Packages.props
<PackageReference Include="Biss.Maps.Maui" />Project file
paket add Biss.Maps.Maui --version 10.4.5
#r "nuget: Biss.Maps.Maui, 10.4.5"
#:package Biss.Maps.Maui@10.4.5
#addin nuget:?package=Biss.Maps.Maui&version=10.4.5Install as a Cake Addin
#tool nuget:?package=Biss.Maps.Maui&version=10.4.5Install as a Cake Tool
(C) 2026 FOTEC Forschungs- und Technologietransfer GmbH | https://www.fotec.at
Biss.Maps.Maui provides the MAUI-specific UI layer for BISS map functionality. It integrates the shared map domain from Biss.Maps.Common with a native .NET MAUI map control, including map rendering, map-item synchronization, map interaction handling, and user-location integration.
The package is intended for .NET MAUI apps that use BISS architecture and want to work with a central BissMapService in ViewModels.
using Biss.Maps.Common.MapElements;
using Biss.Maps.Maui.Extensions;
builder.AddBissMauiMaps(options =>
{
options.DefaultPinImage = new BmPinImage(defaultPinImageBytes);
}, bingMapsKey: AppSettings.Current().BingMapsKey);
<ContentPage
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:controls="clr-namespace:Biss.Maps.Maui.Controls;assembly=Biss.Maps.Maui">
<controls:BissMapMaui MapService="{Binding MapService}" />
</ContentPage>
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 |
|---|---|---|
| CommunityToolkit.Maui.Core | 14.0.0+ | Base MAUI toolkit integration |
| CommunityToolkit.Maui.Maps | 4.0.0+ | Cross-platform map support and platform map wiring |
| Microsoft.Maui.Controls | MauiVersion | MAUI controls runtime |
| Microsoft.Maui.Controls.Maps | MauiVersion | MAUI map control primitives |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-android36.0 net10.0-android36.0 is compatible. net10.0-ios26.0 net10.0-ios26.0 is compatible. net10.0-maccatalyst26.0 net10.0-maccatalyst26.0 is compatible. net10.0-windows10.0.19041 net10.0-windows10.0.19041 is compatible. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
Changelog.md