[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexMapBuilder-1

FlexMapBuilder<T> Class

Defines a builder to configurate FlexMap<T>.

Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class FlexMapBuilder<T> : FlexChartBaseBuilder<T, FlexMap<T>, FlexMapBuilder<T>>, IHtmlString
Type Parameters
Name Description
T

Constructors

Name Description
FlexMapBuilder(FlexMap<T>)

Creates one FlexMapBuilder<T> instance to configurate component.

Methods

Name Description
Center(DataPoint)

Configurates Center. Sets the map center in geo coordinates.

Layers(Action<MapLayerListFactory<T, FlexMap<T>, MapLayerBase<T>>>)

Set the FlexMap layers.

Zoom(float)

Configurates Zoom. Sets the map zoom level.

Extension Methods