markers property

List<Marker> markers
final

The list of markers to display.

For advanced features, providing InteractiveMarker instances is recommended, but standard Markers are also supported (treated with default options).

Implementation

final List<Marker> markers;