mapContentCategoriesToBlock property - MapPolyline class - mapview library - Dart API
mapContentCategoriesToBlock
mapContentCategoriesToBlock property
List of map content categories this polyline should block. Gets list of map content categories this polyline should block.
Default value is an empty list meaning none of the map categories will be blocked.
Implementation
List<MapContentCategory> get mapContentCategoriesToBlock;
List of map content categories this polyline should block. Sets list of map content categories this polyline should block.
Map content categories overlapping the polyline geometry (progress and non-progress) will be discarded from being rendered.
Duplicate entries will be ignored and will have no additional effect.
Implementation
set mapContentCategoriesToBlock(List<MapContentCategory> value);