addMarkers

abstract fun addMarkers(options: List<MarkerOptions>): List<Marker>

Adds a group of Marker based on the given MarkerOptions list.

Return

list of Marker instances with the assigned UniqueId.

Parameters

options

list of MarkerOptions describing the desired properties of the list of Marker.