You are here

public function DmsPoint::getLon in Geofield 8

Get the Longitude property.

Return value

array The lon components.

File

src/DmsPoint.php, line 56

Class

DmsPoint
Helper class to map DMS Point structure.

Namespace

Drupal\geofield

Code

public function getLon() {
  return $this->lon;
}