GPXDocument constructor

GPXDocument(
  1. String gpxFilePath,
  2. GPXOptions options
)

Create a GPX document from a file.

  • gpxFilePath The path to the GPX file.

  • options The 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);