You are here

public function DmsPoint::setLat in Geofield 8

Set the Latitude property.

Parameters

array $lat: The lat components.

File

src/DmsPoint.php, line 86

Class

DmsPoint
Helper class to map DMS Point structure.

Namespace

Drupal\geofield

Code

public function setLat(array $lat) {
  $this->lat = $lat;
}