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.


abstract fun zoomToMarkers(tag: String?)

Zooms the map to display all markers with provided tag.

Parameters

tag

The tag which identifies the group of markers.