Lines Matching refs:lon
77 $lon = $this->parseNumericParameter("lon", $tags);
104 hsc($lon),
106 $this->geohash($lat, $lon),
135 * @param float $lon
139 private function geohash(float $lat, float $lon): string argument
145 return (new Point($lon, $lat))->out('geohash');
157 [$lat, $lon, $alt, $geohash, $region, $placename, $country, $showlocation, $style] = $data;
159 $ddlon = $lon;
162 $lon = $this->convertLon($lon);
165 $lon .= 'º';
195 . '">' . $lon . '</span>';
222 $renderer->cdata($lat . ';' . $lon . $alt);