Searched refs:readDegrees (Results 1 – 1 of 1) sorted by relevance
179 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