You are here

function theme_geolocation_formatter_longitude in Geolocation Field 6

File

./geolocation.module, line 250

Code

function theme_geolocation_formatter_longitude($element) {
  return $element['#item']['lng'];
}