Home
last modified time | relevance | path

Searched refs:convertDDtoDMS (Results 1 – 2 of 2) sorted by relevance

/plugin/geotag/syntax/
H A Dgeotag.php230 $dms = $this->convertDDtoDMS(abs($decimaldegrees));
241 private function convertDDtoDMS(float $decimaldegrees): string
265 $dms = $this->convertDDtoDMS(abs($decimaldegrees));
234 private function convertDDtoDMS($decimaldegrees) { global() function in syntax_plugin_geotag_geotag
/plugin/openlayersmap/syntax/
H A Dolmap.php679 $dms = $this->convertDDtoDMS(abs($decimaldegrees));
690 private function convertDDtoDMS(float $decimaldegrees): string
713 $dms = $this->convertDDtoDMS(abs($decimaldegrees));
715 private function convertDDtoDMS(float $decimaldegrees): string { global() function in syntax_plugin_openlayersmap_olmap