sdk-maps / com.tomtom.online.sdk.map / BalloonViewAdapter / onCreateView

onCreateView

abstract fun <M : T> onCreateView(container: ViewGroup!, marker: E, markerBalloon: M): View!

A callback which is called when inflating model.

Parameters

container - ViewGroup!: - A container where a marker or balloon item will be inflated.

marker - E: - A marker which has a balloon.

markerBalloon - M: - A view model of a marker balloon.