Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php331 ' . $this->geometryToGPX($geometry) .
340 protected function geometryToGPX($geometry) function in geoPHP\\Adapter\\GPX
444 $wayPoints .= $this->geometryToGPX($component);
447 $routes .= $this->geometryToGPX($component);
450 $tracks .= $this->geometryToGPX($component);
453 return $this->geometryToGPX($component);