You are here

public function StyledGoogleMapStyle::evenEmpty in Styled Google Map 8.2

Always render the map even when there are no markers available.

Return value

bool Returns whether the view should be rendered with no results.

Overrides StylePluginBase::evenEmpty

File

src/Plugin/views/style/StyledGoogleMapStyle.php, line 1055

Class

StyledGoogleMapStyle
Views area StyledGoogleMapStyle handler.

Namespace

Drupal\styled_google_map\Plugin\views\style

Code

public function evenEmpty() {
  return TRUE;
}