layers property

List<LayerOptions> layers
final

A set of layers' options to used to create the layers on the map.

Usually a list of TileLayerOptions, MarkerLayerOptions and PolylineLayerOptions.

These layers will render above children

Implementation

final List<LayerOptions> layers;