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