You are here

public function styled_google_map_style_plugin::render in Styled Google Map 7

Renders the data provided to this plugin.

Return value

string The rendered html.

Overrides views_plugin_style::render

File

styled_google_views/styled_google_map_style_plugin.inc, line 66

Class

styled_google_map_style_plugin
Style plugin to render the styled google map view.

Code

public function render() {
  return parent::render();
}