layers property
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;
A set of layers' options to used to create the layers on the map.
Usually a list of TileLayerOptions, MarkerLayerOptions and PolylineLayerOptions.
final List<LayerOptions> layers;