[]
Defines a builder to configurate FlexMap<T>.
public class FlexMapBuilder<T> : FlexChartBaseBuilder<T, FlexMap<T>, FlexMapBuilder<T>>, IHtmlString
Name | Description |
---|---|
T |
Name | Description |
---|---|
FlexMapBuilder(FlexMap<T>) | Creates one FlexMapBuilder<T> instance to configurate |
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. |