fromString static method
- String content,
- GPXOptions options
Create a GPX document from a string.
-
contentThe content of a GPX file as string. -
optionsThe options to customize reading.
Returns GPXDocument. An GPXDocument instance.
Throws InstantiationException. Indicates what went wrong when the instantiation was attempted.
Implementation
static GPXDocument fromString(String content, GPXOptions options) => $prototype.fromString(content, options);