addLayer method

LeafletMap addLayer(
  1. Layer layer
)

Adds the given layer to the map

Implementation

external LeafletMap addLayer(Layer layer);