MapLayerVisibilityRange class

A layer's visibility along a zoom level range.

The range is half open - [minimumZoomLevel, maximumZoomLevel), the given maximum value is not contained in the range.

Annotations

Constructors

MapLayerVisibilityRange(double minimumZoomLevel, double maximumZoomLevel)
Creates a new instance.
const

Properties

hashCode → int
The hash code for this object.
no setter
maximumZoomLevel → double
Minimum zoom level from which the layer will not be visible. The value must be less than or equal to the MapCameraLimits.MAX_ZOOM_LEVEL. Note that the map layer is not visible at the maximum zoom level.
final
minimumZoomLevel → double
Minimum zoom level on which the layer will be visible. The value must be greater than or equal to the MapCameraLimits.MIN_ZOOM_LEVEL.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.