Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DGedcomService.php182 public function readLongitude(string $text): float|null function in Fisharebest\\Webtrees\\Services\\GedcomService
H A DGedcomImportService.php469 $longitude = $gedcom_service->readLongitude($match[1]);
/webtrees/app/
H A DFact.php301 return $gedcom_service->readLongitude($match[1]);