eachLayer method

LeafletMap eachLayer(
  1. Function fn
)

Iterates over the layers of the map, optionally specifying context of the iterator function

Implementation

external LeafletMap eachLayer(Function fn);