| Recommend this page to a friend! | 
| Classes of Jakub Dubec | PHP GPX Library | docs/phpGPX-Models-Route.md | Download | 
| 
 | |||||||||||||||||||||
|  Download phpGPX\Models\RouteClass Route 
 Properties$pointsA list of route points. An original GPX 1.1 attribute. 
 $nameGPS name of route / track. An original GPX 1.1 attribute. 
 $commentGPS comment for route. An original GPX 1.1 attribute. 
 $descriptionText description of route/track for user. Not sent to GPS. An original GPX 1.1 attribute. 
 $sourceSource of data. Included to give user some idea of reliability and accuracy of data. An original GPX 1.1 attribute. 
 $linksLinks to external information about the route/track. An original GPX 1.1 attribute. 
 $numberGPS route/track number. An original GPX 1.1 attribute. 
 $typeType (classification) of route/track. An original GPX 1.1 attribute. 
 $extensionsYou can add extend GPX by adding your own elements from another schema here. An original GPX 1.1 attribute. 
 $statsObjects contains calculated statistics for collection. 
 Methods__constructCollection constructor. 
 getPointsReturn all points in collection. 
 toArraySerialize object to array 
 recalculateStatsRecalculate stats objects. 
 |