Searched refs:writeDegrees (Results 1 – 1 of 1) sorted by relevance
274 return $this->writeDegrees($latitude, Gedcom::LATITUDE_NORTH, Gedcom::LATITUDE_SOUTH);284 return $this->writeDegrees($longitude, Gedcom::LONGITUDE_EAST, Gedcom::LONGITUDE_WEST);324 private function writeDegrees(float $degrees, string $positive, string $negative): string function in Fisharebest\\Webtrees\\Services\\MapDataService