[]
        
(Showing Draft Content)

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

MapLayerBase Constructor

MapLayerBase(HtmlHelper)

Creates one MapLayerBase<T> instance.

Declaration
public MapLayerBase(HtmlHelper helper)
Parameters
Type Name Description
HtmlHelper 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.