8000 GitHub - MeysamMoghaddam/BlazorMap
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MeysamMoghaddam/BlazorMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlazorMap

Using this Blazor library, you can select the desired location and get its address, longitude and latitude.

Install

Install-Package Blazor.Map -Version x.x.x

or Latest Version

Use

Register Service In DI Container

builder.Services.AddBlazorMap();

Use Component

<Map Identifier="mymap" @bind-Lat="@Lat" @bind-Lng="@Lng" @bind-Address="@Address" ViewHeight="50" />

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0