[]
        
(Showing Draft Content)

C1.Web.Mvc.MapLayerBase-1.-ctor

MapLayerBase Constructor

MapLayerBase(IHtmlHelper)

Creates one MapLayerBase<T> instance.

Declaration
public MapLayerBase(IHtmlHelper helper)
Public Sub New(helper As IHtmlHelper)
Parameters
Type Name Description
IHtmlHelper helper

The HtmlHelper instance.

MapLayerBase(FlexMap<T>)

Creates one MapLayerBase<T> instance.

Declaration
public MapLayerBase(FlexMap<T> owner)
Public Sub New(owner As FlexMap(Of T))
Parameters
Type Name Description
FlexMap<T> owner

The owner which owns this map layer.