You are here

function getdirections_views_api in Get Directions 7.3

Same name and namespace in other branches
  1. 6.2 getdirections.module \getdirections_views_api()
  2. 6 getdirections.module \getdirections_views_api()
  3. 7.2 getdirections.module \getdirections_views_api()

Implements hook_views_api().

File

./getdirections.module, line 1411
Fetches google map directions.

Code

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