abstract fun <M : T> onBindView(view: View!, marker: Marker!, markerBalloon: M): Unit
Overrides BalloonViewAdapter.onBindView
Method bind ballon model to view.
view
- View!: the root view of inflating layout.
marker
- Marker!: value which is used to fill layout.
markerBalloon
- M: balloon model.