You are here

function getdirections_views_api in Get Directions 6

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

Implementation of hook_views_api().

File

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

Code

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