setCustomInfoWindowContentsViewFactory
Customizes the design of the info window contents. Only applicable if setCustomInfoWindowViewFactory is not set or has been set to null.
Customizes the design of the info window. The passed-in factory is called with instances of OmhMarker and should return a android.view.View to be used as the info window. If the factory is set to null, the default info window appearance will be used.
Default: null