menu
geoxml package
documentation
geoxml.dart
GeoXml
fromGpxString static method
fromGpxString static method
dark_mode
light_mode
fromGpxString
static method
Future
<
GeoXml
>
fromGpxString
(
String
str
)
Implementation
static Future<GeoXml> fromGpxString(String str) => GpxReader().fromString(str);
geoxml package
documentation
geoxml
GeoXml
fromGpxString static method
GeoXml class