Location::getZoom - jcobban/Genealogy GitHub Wiki
$location->getZoom()
Up: class Location
This method returns the map zoom level associated with the instance of Location
.
The return value is the integer value of the field `zoom`
in the Location
.
$location['zoom']
is a synonym for this function.