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.
More...
|
|
| Meta () |
| | Constructor.
|
| |
| | Meta (OnlineMapsXML node) |
| | Creates instance and loads the data from the node.
|
| |
|
|
string | name |
| | The name of the GPX file.
|
| |
|
string | description |
| | A description of the contents of the GPX file.
|
| |
|
Person | author |
| | The person or organization who created the GPX file.
|
| |
|
Copyright | copyright |
| | Copyright and license information governing use of the file.
|
| |
|
List< Link > | links |
| | URLs associated with the location described in the file.
|
| |
|
DateTime? | time |
| | The creation date of the file.
|
| |
|
string | keywords |
| | Keywords associated with the file. Search engines or databases can use this information to classify the data.
|
| |
|
Bounds | bounds |
| | Minimum and maximum coordinates which describe the extent of the coordinates in the file.
|
| |
|
OnlineMapsXML | extensions |
| | You can add extend GPX by adding your own elements from another schema here.
|
| |
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.
◆ Meta()
Creates instance and loads the data from the node.
- Parameters
-