Skip to content

MapTool

Namespace: ThinkGeo.UI.Blazor

An abstract class which represents the tool for map.

public abstract class MapTool : Microsoft.AspNetCore.Components.ComponentBase, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleEvent, Microsoft.AspNetCore.Components.IHandleAfterRender

Inheritance Object → ComponentBase → MapTool
Implements IComponent, IHandleEvent, IHandleAfterRender

Properties

Id

public string Id { get; set; }

Property Value

String

Methods

InitAsync()

protected Task InitAsync()

Returns

Task

OnAfterRenderAsync(Boolean)

protected Task OnAfterRenderAsync(bool firstRender)

Parameters

firstRender Boolean

Returns

Task