zoomToMarkers

abstract fun zoomToMarkers(markers: List<Marker>)

Zooms the map do display markers from the given list.

Parameters

markers

List of Marker elements which should fill the map viewport.


abstract fun zoomToMarkers()

Zooms the map to display all markers added to the map.