setShowInfoWindowOnLocationClicked method
Enables/Disables the info window on user-selected locations
The info window is shown by default when the user selects a location (by tapping on it)
Implementation
MPMapConfig setShowInfoWindowOnLocationClicked(bool show) {
_showInfoWindowOnClick = show;
return this;
}