Address::getLatitude - jcobban/Genealogy GitHub Wiki
$address->getLatitude()
Up: class Address
This method returns the latitude 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 -90.0 and +90.0.
Next: $address->getLongitude()