H A D | geotag.php | 106 $this->geohash($lat, $lon), 132 * Calculate the geohash for this lat/lon pair. 139 private function geohash(float $lat, float $lon): string 145 return (new Point($lon, $lat))->out('geohash'); 157 [$lat, $lon, $alt, $geohash, $region, $placename, $country, $showlocation, $style] = $data; 209 $renderer->meta ['geo'] ['geohash'] = $geohash; 115 private function geohash($lat, $lon) { global() function in syntax_plugin_geotag_geotag
|