LeafletForBlazor 1.0.1

Additional Details

incomplete

There is a newer version of this package available.
See the version list below for details.
dotnet add package LeafletForBlazor --version 1.0.1                
NuGet\Install-Package LeafletForBlazor -Version 1.0.1                
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="LeafletForBlazor" Version="1.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LeafletForBlazor --version 1.0.1                
#r "nuget: LeafletForBlazor, 1.0.1"                
#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.
// Install LeafletForBlazor as a Cake Addin
#addin nuget:?package=LeafletForBlazor&version=1.0.1

// Install LeafletForBlazor as a Cake Tool
#tool nuget:?package=LeafletForBlazor&version=1.0.1                

Leaflet Map for Blazor You can quickly add a map to the blazor page.

Sample Code:

Blazor Page: <Map width="600px" height="600px" Parameters="@parameters" onLoadMap="OnLoadMap"> </Map>

Blazor Code:

@code {
	Map.LoadParameters parameters = new Map.LoadParameters()
	{
		location = new Map.Location()
		{
			longitude = 26.097133,
			latitude = 44.446165
		},
		zoom_level = 12
	};

	public void OnLoadMap(Map.OnLoadEventParameters event_args)
	{
		
	}
}
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.2.2 393 11/4/2024
2.2.2 272 10/31/2024
2.2.0.4 1,209 9/22/2024
2.2.0.2 241 9/17/2024
2.2.0 617 8/28/2024
2.0.8.8 505 8/15/2024
2.0.8.6 601 7/31/2024
2.0.8.2 393 7/24/2024
2.0.6.8 1,370 6/7/2024
2.0.6.4 469 5/29/2024
2.0.6.2 123 5/28/2024
2.0.4.8 214 5/23/2024
2.0.4.6 1,961 4/18/2024
2.0.4.4 743 3/27/2024
2.0.4.2 220 3/22/2024
2.0.2.8 1,438 3/3/2024
2.0.2.6 471 2/28/2024
2.0.2.4 576 2/19/2024
2.0.2.2 1,377 1/24/2024
2.0.0.8 441 1/18/2024
2.0.0.6 1,136 12/25/2023
2.0.0.4 1,137 12/6/2023
1.2.4 1,443 4/7/2023
1.2.3 793 4/4/2023
1.2.2 841 3/27/2023
1.2.1 803 3/12/2023
1.2.0 782 3/11/2023
1.1.9 764 3/9/2023
1.1.8 778 3/8/2023
1.1.5 1,001 3/2/2023
1.1.4 727 2/28/2023
1.1.2 787 2/25/2023
1.1.1 700 2/24/2023
1.1.0 728 2/23/2023
1.0.9 846 2/23/2023 1.0.9 is deprecated because it has critical bugs.
1.0.8 729 2/22/2023
1.0.6 975 2/18/2023
1.0.5 835 2/17/2023
1.0.4 925 2/14/2023 1.0.4 is deprecated because it has critical bugs.
1.0.3 745 2/14/2023 1.0.3 is deprecated because it has critical bugs.
1.0.2 752 2/14/2023 1.0.2 is deprecated because it has critical bugs.
1.0.1 743 2/13/2023 1.0.1 is deprecated because it has critical bugs.
1.0.0 773 2/13/2023 1.0.0 is deprecated because it has critical bugs.

First Release