abstract fun <M : T> onCreateView(container: ViewGroup!, marker: E, markerBalloon: M): View!
A callback which is called when inflating model.
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.