Searched refs:readLongitude (Results 1 – 3 of 3) sorted by relevance
/webtrees/app/Services/ | ||
H A D | GedcomService.php | 182 public function readLongitude(string $text): float|null function in Fisharebest\\Webtrees\\Services\\GedcomService |
H A D | GedcomImportService.php | 469 $longitude = $gedcom_service->readLongitude($match[1]); |
/webtrees/app/ | ||
H A D | Fact.php | 301 return $gedcom_service->readLongitude($match[1]); |