isStyleLayerPersistent

Checks if a style layer is persistent. Note: This is an experimental API and is a subject to change.

Return

A string describing an error if the operation was not successful, boolean representing state otherwise.

Parameters

layerId

A style layer identifier.

abstract fun isStyleLayerPersistent(layerId: String): Expected<String, Boolean>