BootstrapBlazor.Maps 6.2.1

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

// Install BootstrapBlazor.Maps as a Cake Tool
#tool nuget:?package=BootstrapBlazor.Maps&version=6.2.1

Blazor Maps 谷歌地图 组件

定位组件

示例:

https://blazor.app1.es/maps

使用方法:

1.nuget包

BootstrapBlazor.Maps

2._Imports.razor 文件 或者页面添加 添加组件库引用

@using BootstrapBlazor.Components

3.razor页面

<Map OnError="@OnError" />

@code{

    private string message;

    private Task OnError(string message)
    {
        this.message = message;
        StateHasChanged();
        return Task.CompletedTask;
    }

} 
Product Versions
.NET net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on BootstrapBlazor.Maps:

Package Downloads
BlazorShared

BlazorMaui , 整合Blazor,BootstrapBlazor UI组件库,Maui的共享跨平台工程示例共享库

BootstrapBlazor.Densen.All

Blazor 组件懒人包

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.1 591 12/7/2022
7.0.0 546 11/9/2022
6.2.1 389 10/12/2022
6.2.0 249 10/12/2022
6.1.1 250 10/12/2022
6.1.0 256 10/12/2022