You are here

function getlocations_views_api in Get Locations 6.2

Same name and namespace in other branches
  1. 6 getlocations.module \getlocations_views_api()
  2. 7.2 getlocations.module \getlocations_views_api()
  3. 7 getlocations.module \getlocations_views_api()

Implementation of hook_views_api().

File

./getlocations.module, line 57
Displays locations on a map. for Drupal 6 using version 3 googlemaps API

Code

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