fromKmlString static method

Future<GeoXml> fromKmlString(
  1. String str
)

Implementation

static Future<GeoXml> fromKmlString(String str) =>
    KmlReader().fromString(str);