![]() |
VOOZH | about |
dotnet add package Biss.Maps.Common --version 10.4.5
NuGet\Install-Package Biss.Maps.Common -Version 10.4.5
<PackageReference Include="Biss.Maps.Common" Version="10.4.5" />
<PackageVersion Include="Biss.Maps.Common" Version="10.4.5" />Directory.Packages.props
<PackageReference Include="Biss.Maps.Common" />Project file
paket add Biss.Maps.Common --version 10.4.5
#r "nuget: Biss.Maps.Common, 10.4.5"
#:package Biss.Maps.Common@10.4.5
#addin nuget:?package=Biss.Maps.Common&version=10.4.5Install as a Cake Addin
#tool nuget:?package=Biss.Maps.Common&version=10.4.5Install as a Cake Tool
(C) 2026 FOTEC Forschungs- und Technologietransfer GmbH | https://www.fotec.at
Biss.Maps.Common provides the shared map domain and service layer for BISS map integrations. It contains map models, map elements, map interaction events, geometry helpers, and the central BissMapService for handling center/zoom, item rendering requests, and map/user interaction state.
This package is UI-agnostic and intended to be consumed by platform-specific map packages (for example Blazor or MAUI renderers).
using Biss.Maps.Common.Extensions;
using Biss.Maps.Common.Interfaces;
using Biss.Maps.Common.MapElements;
services.AddScoped<IBissGeoLocationService, MyGeoLocationService>();
services.AddBissMaps(options =>
{
options.DefaultPinImage = new BmPinImage("https://example.com/pin.png");
});
mapService.SetCenterAndZoom(new BissPosition(47.8125, 16.2425), BissDistance.FromKilometers(2));
mapService.AddMapItems(items);
| Package | Version | Purpose |
|---|---|---|
| Biss | from BissSdkVersion | Base BISS abstractions and infrastructure |
| Package | Version | Purpose |
|---|---|---|
| GoogleApi | 5.8.12+ | Google geocoding requests and response models |
| PropertyChanged.Fody | 4.1.0+ | Automatic INotifyPropertyChanged implementation |
| 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. |
Showing the top 2 NuGet packages that depend on Biss.Maps.Common:
| Package | Downloads |
|---|---|
|
Biss.Maps.Blazor
Biss Core SDK |
|
|
Biss.Maps.Maui
Biss Core SDK |
This package is not used by any popular GitHub repositories.
Changelog.md