You are here

function theme_gm3_polyline_text in Google Maps API V3 7

Themes for field types.

1 theme call to theme_gm3_polyline_text()
theme_polyline_text in gm3_field/gm3_field.module

File

gm3_field/gm3_field.module, line 667

Code

function theme_gm3_polyline_text($variables) {
  return array(
    '#markup' => $variables['data']['polyline'],
  );
}