You are here

function geolocation_proximity_views_handler_filter_distance::init in Geolocation Proximity 7.2

init the handler with necessary data.

Overrides views_handler_filter::init

File

handlers/geolocation_proximity_views_handler_filter_distance.inc, line 15
Definition of geolocation_proximity_views_handler_filter_distance.

Class

geolocation_proximity_views_handler_filter_distance
General proximity filter for location latitude/longitude.

Code

function init(&$view, &$options) {
  parent::init($view, $options);
  $this->field_alias = $this->options['id'] . '_filter';
}