LayerConfiguration constructor

LayerConfiguration(
  1. List<LayerConfigurationFeature> enabledFeatures
)

Initializes both, enabled_features and implicitly_prefetched_features with value passed to constructor.

  • enabledFeatures List of map features to downloader through MapDownloader, and implicitly prefetch when using MapView

Implementation

factory LayerConfiguration(List<LayerConfigurationFeature> enabledFeatures) => $prototype.$init(enabledFeatures);