| Recommend this page to a friend! | 
| Classes of Jakub Dubec | PHP GPX Library | docs/phpGPX-Models-Metadata.md | Download | 
| 
 | |||||||||||||||||||||
|  Download phpGPX\Models\MetadataClass Metadata Information about the GPX file, author, and copyright restrictions goes in the metadata section. Providing rich, meaningful information about your GPX files allows others to search for and use your GPS data. 
 Properties$nameThe name of the GPX file. Original GPX 1.1 attribute. 
 $descriptionA description of the contents of the GPX file. Original GPX 1.1 attribute. 
 $authorThe person or organization who created the GPX file. An original GPX 1.1 attribute. 
 $copyrightCopyright and license information governing use of the file. Original GPX 1.1 attribute. 
 $linksOriginal GPX 1.1 attribute. 
 $timeDate of GPX creation 
 $keywordsKeywords associated with the file. Search engines or databases can use this information to classify the data. 
 $boundsMinimum and maximum coordinates which describe the extent of the coordinates in the file. Original GPX 1.1 attribute. 
 $extensionsExtensions. 
 Methods__constructMetadata constructor. 
 toArraySerialize object to array 
 |