visibilityRanges property
The list of visibility ranges. The map polyline is visible only inside these map measure ranges. Gets the list of visibility ranges. The map polyline is visible only inside these map measure ranges. When empty (the default), the map polyline is visible without map measure restrictions.
Implementation
List<MapMeasureRange> get visibilityRanges;
The list of visibility ranges. The map polyline is visible only inside these map measure ranges. Sets visibility ranges for this map polyline. A range is half open - [minimumZoomLevel, maximumZoomLevel), the given maximum value is not contained in the range. The map polyline is visible only inside these map measure ranges.
When empty (the default), the map polyline 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);