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