public function DmsPoint::getLat in Geofield 8
Get the Latitude property.
Return value
array The lat components.
File
- src/
DmsPoint.php, line 76
Class
- DmsPoint
- Helper class to map DMS Point structure.
Namespace
Drupal\geofieldCode
public function getLat() {
return $this->lat;
}