Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.
Indicates the layer's supported capabilities.
The current style information of the VectorTileLayer.
Effect provides various filter functions that can be performed on the layer to achieve different visual effects similar to how image filters work.
The full extent of the layer.
The unique ID assigned to the layer.
Indicates how the layer should display in the LayerList widget.
The Error object returned if an error occurred while loading.
Represents the status of a load operation.
A list of warnings which occurred while loading.
Indicates whether the layer's resources have loaded.
The maximum scale (most zoomed in) at which the layer is visible in the view.
The minimum scale (most zoomed out) at which the layer is visible in the view.
The opacity of the layer.
The portal item from which the layer is loaded.
The spatial reference of the layer.
A style JSON object of vector tiles that will be used to render the layer.
The tiling scheme information for the layer.
The title of the layer used to identify it in places such as the LayerList widget.
The URL to the vector tile service, or the URL to the style resource of vector tiles that will be used to render the layer.
Indicates if the layer is visible in the View.
Cancels a load() operation if it is already in progress.
Called by the views, such as MapView and SceneView, when the layer is added to the Map.layers collection and a layer view must be created for it.
Deletes the specified style layer from the VectorTileLayer's currentStyleInfo.style.
Destroys the layer and any associated resources (including its portalItem, if it is a property on the layer).
Emits an event on the instance.
Fetches custom attribution data for the layer when it becomes available.
Returns an instance of layout properties for the specified style layer.
Returns an instance of paint properties for the specified style layer.
Returns an instance of a style layer from the VectorTileLayer's currentStyleInfo.style.
Returns the layer id of the style layer based on its index.
Returns the index of the style layer from the VectorTileLayer's currentStyleInfo.style.
Gets the visibility of the specified style layer from the VectorTileLayer's currentStyleInfo.style.
Indicates whether there is an event listener on the instance that matches the provided event name.
isFulfilled()
may be used to verify if creating an instance of the class is fulfilled (either resolved or rejected).
isRejected()
may be used to verify if creating an instance of the class is rejected.
isResolved()
may be used to verify if creating an instance of the class is resolved.
Loads the resources referenced by this class.
Loads a style to render a layer from the specified URL to a style resource or style JSON object.
Updates the layout properties to the specified style layer.
Updates the paint properties to the specified style layer.
Changes the layer properties of the specified style layer.
Toggles the visibility of the specified style layer in the VectorTileLayer's currentStyleInfo.style.
when()
may be leveraged once an instance of the class is created.
Generated using TypeDoc
The URL that points to the location of the layer's attribution data.
Read more...