[]
Creates one MapLayerBase<T> instance.
public MapLayerBase(IHtmlHelper helper)
Public Sub New(helper As IHtmlHelper)
| Type | Name | Description |
|---|---|---|
| IHtmlHelper | helper | The HtmlHelper instance. |
Creates one MapLayerBase<T> instance.
public MapLayerBase(FlexMap<T> owner)
Public Sub New(owner As FlexMap(Of T))
| Type | Name | Description |
|---|---|---|
| FlexMap<T> | owner | The owner which owns this map layer. |