visibilityRanges property
The list of visibility ranges. The map polygon is visible only inside these map measure ranges. Gets the list of visibility ranges. The map polygon is visible only inside these map measure ranges. When empty (the default), the map polygon is visible without map measure restrictions.
Implementation
List<MapMeasureRange> get visibilityRanges;
The list of visibility ranges. The map polygon is visible only inside these map measure ranges. Sets visibility ranges for this map polygon. A range is half open - [minimumZoomLevel, maximumZoomLevel), the given maximum value is not contained in the range. The map polygon is visible only inside these map measure ranges.
When empty (the default), the map polygon is visible without map measure restrictions.
Only MapMeasureRange(s) of MapMeasureKind.zoomLevel type are supported.
MapMeasureRange(s) of other unsupported types will be ignored.
Implementation
set visibilityRanges(List<MapMeasureRange> value);