menu
geoxml package
documentation
geoxml.dart
GeoXml
fromGpxStream static method
fromGpxStream static method
dark_mode
light_mode
fromGpxStream
static method
Future
<
GeoXml
>
fromGpxStream
(
Stream
<
String
>
stream
)
Implementation
static Future<GeoXml> fromGpxStream(Stream<String> stream) => GpxReader().fromStream(stream);
geoxml package
documentation
geoxml
GeoXml
fromGpxStream static method
GeoXml class