Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DGedcomService.php177 public function readLatitude(string $text): float|null function in Fisharebest\\Webtrees\\Services\\GedcomService
H A DGedcomImportService.php463 $latitude = $gedcom_service->readLatitude($match[1]);
/webtrees/app/
H A DFact.php287 return $gedcom_service->readLatitude($match[1]);