Address::getLongitude - jcobban/Genealogy GitHub Wiki

$address->getLongitude()

Up: class Address

This method returns the longitude of the physical location associated with the instance of Address. This method exists for symmetry with class Location.

The return value is a double-precision floating point number between -180.0 and +180.0.

Next: $address->getZoom()