KMLParser
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
KMLParser
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
KMLParser is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "KMLParser"
Author
avdwerff, [email protected]
License
KMLParser is available under the MIT license. See the LICENSE file for more info.