LayerConfiguration constructor
- List<
LayerConfigurationFeature> enabledFeatures
Initializes both, enabled_features and implicitly_prefetched_features with value passed to constructor.
enabledFeaturesList of map features to downloader throughMapDownloader, and implicitly prefetch when usingMapView
Implementation
factory LayerConfiguration(List<LayerConfigurationFeature> enabledFeatures) => $prototype.$init(enabledFeatures);