abstract fun <M : T> onBindView(view: View!, marker: E, markerBalloon: M): Unit
view
- View!: The root view of inflating a layout.
marker
- E: The value which is used to fill a layout.
markerBalloon
- M: The view model of the marker balloon.