Read/write GPX parser. Create a new instance with the OpenLayers.Format.GPX constructor.
| OpenLayers. | Read/write GPX parser. | 
| Properties | |
| extractWaypoints | {Boolean} Extract waypoints from GPX. | 
| extractTracks | {Boolean} Extract tracks from GPX. | 
| extractRoutes | {Boolean} Extract routes from GPX. | 
| extractAttributes | {Boolean} Extract feature attributes from GPX. | 
| Constructor | |
| OpenLayers. | Create a new parser for GPX. | 
| Functions | |
| read | Return a list of features from a GPX doc | 
read: function( doc ) 
Return a list of features from a GPX doc
| doc | {Element} | 
An Array of OpenLayers.Feature.Vectors
Return a list of features from a GPX doc
read: function( doc )