Optional opt_options: GPXOptionsOptions.
Feature format for reading and writing data in the GPX format.
stable
Read the first feature from a GPX source.
Routes (<rte>) are converted into LineString geometries, and tracks (<trk>)
into MultiLineString. Any properties on route and track waypoints are ignored.
Source.
Optional opt_options: ReadOptionsRead options.
Feature.
stable
Read all features from a GPX source.
Routes (<rte>) are converted into LineString geometries, and tracks (<trk>)
into MultiLineString. Any properties on route and track waypoints are ignored.
Source.
Optional opt_options: ReadOptionsRead options.
Features.
stable
Read the projection from a GPX source.
Source.
Projection.
stable
Encode an array of features in the GPX format.
LineString geometries are output as routes (<rte>), and MultiLineString
as tracks (<trk>).
Features.
Optional opt_options: WriteOptionsWrite options.
Result.
stable
Encode an array of features in the GPX format as an XML node.
LineString geometries are output as routes (<rte>), and MultiLineString
as tracks (<trk>).
Features.
Optional opt_options: WriteOptionsOptions.
Node.
Generated using TypeDoc
Classdesc
Feature format for reading and writing data in the GPX format.
Param: opt_options
Options.
Api
stable