Class MapsuiJsInterop
Inheritance
MapsuiJsInterop
Assembly: Mapsui.UI.Blazor.dll
Syntax
public sealed class MapsuiJsInterop : IAsyncDisposable
Constructors
|
Edit this page
View Source
MapsuiJsInterop(IJSRuntime)
Declaration
public MapsuiJsInterop(IJSRuntime jsRuntime)
Parameters
Methods
|
Edit this page
View Source
BoundingClientRectAsync(string)
Declaration
public Task<BoundingClientRect> BoundingClientRectAsync(string elementId)
Parameters
Type |
Name |
Description |
string |
elementId |
|
Returns
|
Edit this page
View Source
DisableMouseWheelAsync(string)
Declaration
public ValueTask DisableMouseWheelAsync(string elementId)
Parameters
Type |
Name |
Description |
string |
elementId |
|
Returns
|
Edit this page
View Source
DisableTouchAsync(string)
Declaration
public ValueTask DisableTouchAsync(string elementId)
Parameters
Type |
Name |
Description |
string |
elementId |
|
Returns
|
Edit this page
View Source
DisposeAsync()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
Declaration
public ValueTask DisposeAsync()
Returns
Type |
Description |
ValueTask |
A task that represents the asynchronous dispose operation.
|
|
Edit this page
View Source
GetPixelDensityAsync()
Declaration
public ValueTask<double> GetPixelDensityAsync()
Returns
Implements