Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php345 return $this->pointToGPX($geometry);
364 private function pointToGPX($geom, $tag = 'wpt') function in geoPHP\\Adapter\\GPX
410 $gpx .= $this->pointToGPX($point, 'trkpt');
421 $gpx .= $this->pointToGPX($point, 'rtept');