fromGpxString static method

Future<GeoXml> fromGpxString(
  1. String str
)

Implementation

static Future<GeoXml> fromGpxString(String str) =>
    GpxReader().fromString(str);