You are here

function location_views_handler_field_coordinates::construct in Location 6.3

Same name and namespace in other branches
  1. 7.5 handlers/location_views_handler_field_coordinates.inc \location_views_handler_field_coordinates::construct()
  2. 7.3 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()

File

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

Class

location_views_handler_field_coordinates
@file Coordinates field handler.

Code

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