hasLayer method

bool hasLayer(
  1. Layer layer
)

Returns true if the given layer is currently added to the map

Implementation

external bool hasLayer(Layer layer);