visibilityRanges property

List<MapMeasureRange> visibilityRanges

The list of visibility ranges. The 3D marker is visible only inside these map measure ranges. A range is half open - [minimumZoomLevel, maximumZoomLevel), the given maximum value is not contained in the range.

When empty (the default), the 3D marker is visible without map measure restrictions. Only MapMeasureRange of MapMeasureKind.zoomLevel type are supported. MapMeasureRange 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. The 3D marker is visible only inside these map measure ranges. A range is half open - [minimumZoomLevel, maximumZoomLevel), the given maximum value is not contained in the range.

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

Implementation

set visibilityRanges(List<MapMeasureRange> value);