visibilityRanges property

List<MapMeasureRange> visibilityRanges

The list of visibility ranges, in which the map arrow is visible. A range is half-open - [minimumZoomLevel, maximumZoomLevel), the given maximum value is not contained in the range.

When empty (the default), the map arrows are visible without map measure restrictions. Only MapMeasureRange(s) of MapMeasureKind.zoomLevel type are supported. MapMeasureRange(s) of other unsupported types will be ignored.} Gets the list of visibility ranges.

Implementation

List<MapMeasureRange> get visibilityRanges;
void visibilityRanges=(List<MapMeasureRange> value)

The list of visibility ranges, in which the map arrow is visible. A range is half-open - [minimumZoomLevel, maximumZoomLevel), the given maximum value is not contained in the range.

When empty (the default), the map arrows are visible without map measure restrictions. Only MapMeasureRange(s) of MapMeasureKind.zoomLevel type are supported. MapMeasureRange(s) of other unsupported types will be ignored.} Sets visibility ranges for this map arrow.

Implementation

set visibilityRanges(List<MapMeasureRange> value);