HighchartsTiledWebMapSeriesProviderOptions constructor

HighchartsTiledWebMapSeriesProviderOptions({
  1. String? apiKey,
  2. String? subdomain,
  3. String? theme,
  4. String? type,
  5. String? url,
})

Provider options for the series.

API Docs: https://api.highcharts.com/highmaps/series.tiledwebmap.provider

Implementation

HighchartsTiledWebMapSeriesProviderOptions(
    {this.apiKey, this.subdomain, this.theme, this.type, this.url});