You are here

function gm3_views_api in Google Maps API V3 7

Implementation of hook_views_api().

File

./gm3.module, line 33

Code

function gm3_views_api() {
  return array(
    'api' => 3,
  );
}