| D | geotag.php | 106 $this->geohash($lat, $lon), 139 private function geohash(float $lat, float $lon): string function in syntax_plugin_geotag_geotag 157 [$lat, $lon, $alt, $geohash, $region, $placename, $country, $showlocation, $style] = $data; 209 $renderer->meta ['geo'] ['geohash'] = $geohash;
|