geocode/includes/modules/filefield/gpx.inc, line 10
- Versions
- 6
gpx_trackpoints($gpx)
Code
<?php
function gpx_trackpoints($gpx) {
return gpx_points($gpx->getElementsByTagName('trkpt'), true);
}
?> geocode/includes/modules/filefield/gpx.inc, line 10
gpx_trackpoints($gpx)<?php
function gpx_trackpoints($gpx) {
return gpx_points($gpx->getElementsByTagName('trkpt'), true);
}
?>