setTitle

abstract fun setTitle(title: String?)

Sets the title of the marker. When null, the info window associated with this marker is disabled.

Parameters

title

sets the title. If null, the title is cleared & info window is disabled.