Address::getZoom - jcobban/Genealogy GitHub Wiki
$address->getZoom()
Up: class Address
This method returns the map zoom level associated with the instance of Address
. This method exists for symmetry with class Location.
The return value is an integer.
$address['zoom']
is a synonym for this method.