layerCapabilities property
Layer capabilities for all layers in the map. The dictionary maps layer instances to offline capability.
The Dictionary has keys of element type Layer
with values of
OfflineCapability
.
Implementation
Map<Layer, OfflineCapability> get layerCapabilities =>
_layerCapabilities.value;