open class TextBalloonViewAdapter : SingleLayoutBalloonViewAdapter
View the adapter and inflater for the "single line" marker balloon.
TextBalloonViewAdapter()
Constructor that provides the layout which all marker balloons will be inflated with. |
open fun onBindView(view: View!, marker: Marker!, markerBalloon: BaseMarkerBalloon!): Unit |
open fun getLayout(marker: Marker!, balloon: BaseMarkerBalloon!): Int
return layout for marker or marker balloon. In this implementation for all markers and marker balloons layout are the same. |