setShowInfoWindow method
Set whether to open the info window if a single result is returned
Implementation
void setShowInfoWindow(bool show) {
_showInfoWindow = show;
}
Set whether to open the info window if a single result is returned
void setShowInfoWindow(bool show) {
_showInfoWindow = show;
}