Swift KML parser based on the (NS)XMLParser found in Foundation. The implementation is inspired by https://github.com/asus4/Kml.swift, but without the need of third party frameworks.
Currently KML features supported:
- Polygon
- Point
- MultiGeometry
- LineString
Soon support for:
- Polygon with interiorPolygons
To run the example project, clone the repo, and run pod install
from the Example directory first.
KMLParser is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "KMLParser"
avdwerff, [email protected]
KMLParser is available under the MIT license. See the LICENSE file for more info.