Home
last modified time | relevance | path

Searched refs:readDegrees (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Services/
H A DGedcomService.php179 return $this->readDegrees($text, Gedcom::LATITUDE_NORTH, Gedcom::LATITUDE_SOUTH);
184 return $this->readDegrees($text, Gedcom::LONGITUDE_EAST, Gedcom::LONGITUDE_WEST);
187 private function readDegrees(string $text, string $positive, string $negative): float|null function in Fisharebest\\Webtrees\\Services\\GedcomService