Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsGPXObject.Meta Class Reference

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...

Public Member Functions

 Meta ()
 Constructor.
 
 Meta (OnlineMapsXML node)
 Creates instance and loads the data from the node.
 

Public Attributes

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< Linklinks
 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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Meta()

OnlineMapsGPXObject.Meta.Meta ( OnlineMapsXML node)

Creates instance and loads the data from the node.

Parameters
nodeMeta node