[]
        
(Showing Draft Content)

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

MapLayerBase Constructor

MapLayerBase(IHtmlHelper)

Creates one MapLayerBase<T> instance.

Declaration
public MapLayerBase(IHtmlHelper helper)
Parameters
Type Name Description
IHtmlHelper helper

The HtmlHelper instance.

MapLayerBase(FlexMap<T>)

Creates one MapLayerBase<T> instance.

Declaration
public MapLayerBase(FlexMap<T> owner)
Parameters
Type Name Description
FlexMap<T> owner

The owner which owns this map layer.