$oReverseGeocode->setZoom($iZoom);
$oLookup = $oReverseGeocode->lookup($fLat, $fLon);
- if (CONST_Debug) var_dump($oLookup);
if ($oLookup) {
$aPlaces = $oPlaceLookup->lookup(array($oLookup->iId => $oLookup));
$aPlace['place_id'],
$aPlace['lon'],
$aPlace['lat'],
- Nominatim\ClassTypes\getProperty($aPlace, 'defdiameter', 0.0001),
+ Nominatim\ClassTypes\getDefRadius($aPlace),
$fLat,
$fLon
);