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