HighchartsTiledWebMapSeriesProviderOptions class
Provider options for the series.
API Docs: https://api.highcharts.com/highmaps/series.tiledwebmap.provider
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsTiledWebMapSeriesProviderOptions
Constructors
Properties
- apiKey ↔ String?
-
API key for providers that require using one.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subdomain ↔ String?
-
Subdomain required by each provider. Check the providers documentation
for available subdomains.
getter/setter pair
- theme ↔ String?
-
Set a tiles theme. Check the providers documentation
for official list of available themes.
getter/setter pair
- type ↔ String?
-
Provider type to pull data (tiles) from.
getter/setter pair
- url ↔ String?
-
Custom URL for providers not specified in providers type. Available variables to use in URL are:
{x}
,{y}
,{z}
or{zoom}
. Remember to always specify a projection, when using a custom URL.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → String -
Serializes the settings to a JSON string.
inherited
-
toOptionsJSON(
StringBuffer buffer) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited