You are here

geolocation_views.module in Geolocation Views 7

Views style plugin for Geolocation.

File

geolocation_views.module
View source
<?php

/**
 * @file
 * Views style plugin for Geolocation.
 */

/**
 * Implements hook_views_api()
 */
function geolocation_views_views_api() {
  return array(
    'api' => 3,
  );
}

Functions