Template Filled Map Configuration
data class TemplateFilledMapConfiguration(val fieldWells: TemplateFilledMapFieldWells? = null, val legend: TemplateLegendOptions? = null, val mapStyleOptions: TemplateGeospatialMapStyleOptions? = null, val sortConfiguration: TemplateFilledMapSortConfiguration? = null, val tooltip: TemplateTooltipOptions? = null, val windowOptions: TemplateGeospatialWindowOptions? = null)
Constructors
Link copied to clipboard
fun TemplateFilledMapConfiguration(fieldWells: TemplateFilledMapFieldWells? = null, legend: TemplateLegendOptions? = null, mapStyleOptions: TemplateGeospatialMapStyleOptions? = null, sortConfiguration: TemplateFilledMapSortConfiguration? = null, tooltip: TemplateTooltipOptions? = null, windowOptions: TemplateGeospatialWindowOptions? = null)