You are here

public function location_views_handler_field_coordinates::construct in Location 7.3

Same name and namespace in other branches
  1. 6.3 handlers/location_views_handler_field_coordinates.inc \location_views_handler_field_coordinates::construct()
  2. 7.5 handlers/location_views_handler_field_coordinates.inc \location_views_handler_field_coordinates::construct()
  3. 7.4 handlers/location_views_handler_field_coordinates.inc \location_views_handler_field_coordinates::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

handlers/location_views_handler_field_coordinates.inc, line 13
Coordinates field handler.

Class

location_views_handler_field_coordinates

Code

public function construct() {
  parent::construct();
  $this->additional_fields['longitude'] = 'longitude';
}