subDomains property

List<String> subDomains

The collection of sub-domains that can be used for the "{subDomain}" key in the WebTiledLayer.template.

At least one sub-domain must be provided if the WebTiledLayer.template contains a {subDomain} key. Note: the value of WebTiledLayer.subDomains cannot be changed after this layer was loaded.

Implementation

List<String> get subDomains => _subDomains.value;