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.

Implementation

final List<LayerOptions> layers;