open fun <M : T> onCreateView(container: ViewGroup!, marker: Marker!, markerBalloon: M): View!
Overrides BalloonViewAdapter.onCreateView
A callback which is called when inflating the model.
container - ViewGroup!: - A container where a marker or balloon item will be inflated.
marker - Marker!: - A marker which has a balloon.
markerBalloon - M: - A view model of a marker balloon.