abstract fun zoomToMarkers(markers: List<Marker>): Unit
Zoom to map markers. Map bounding box is calculated in a way that all markers are visible.
markers - List of markers to be shown.
markers