GPXDocument constructor
- String gpxFilePath,
- GPXOptions options
Create a GPX document from a file.
-
gpxFilePathThe path to the GPX file. -
optionsThe options to customize reading.
Throws InstantiationException. Indicates what went wrong when the instantiation was attempted.
Implementation
factory GPXDocument(String gpxFilePath, GPXOptions options) => $prototype.$init(gpxFilePath, options);