<?php

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