setShowInfoWindow method

void setShowInfoWindow(
  1. bool show
)
inherited

Set whether to open the info window if a single result is returned

Implementation

void setShowInfoWindow(bool show) {
  _showInfoWindow = show;
}