isStyleLayerPersistent method

Future<bool> isStyleLayerPersistent(
  1. String layerId
)

Returns whether the layer with the given id is persistent.

Note: always returns false on web — gl-js has no persistent-layer concept.

Implementation

Future<bool> isStyleLayerPersistent(String layerId) =>
    _impl.isStyleLayerPersistent(layerId);