Location::getLongitude - jcobban/Genealogy GitHub Wiki
$location->getLongitude()
Up: class Location
This method returns the longitude of the physical location associated with the instance of Location
. This method exists for symmetry with class Address.
The return value is a double-precision floating point number between -180.0 and +180.0.
Next: $location->getZoom()