Lines Matching refs:lat
76 $lat = $this->parseNumericParameter("lat", $tags);
103 hsc($lat),
106 $this->geohash($lat, $lon),
134 * @param float $lat
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;
158 $ddlat = $lat;
161 $lat = $this->convertLat($lat);
164 $lat .= 'º';
193 . $lat . '</span>;';
222 $renderer->cdata($lat . ';' . $lon . $alt);