Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php42 protected $parseGarminRpt = false; variable in geoPHP\\Adapter\\GPX
71 $this->parseGarminRpt = strpos($gpx, 'gpxx:rpt') > 0;
74 if ($this->parseGarminRpt) {
168 if ($node->nodeName === 'rtept' && $this->parseGarminRpt) {