ooper-shlab / KMLViewer-Swift

A translation of Apple's sample code KMLViewer into Swift
Other
21 stars 5 forks source link

innerBoundaryIs Polygon support #2

Open rafael-passos-dw opened 7 years ago

rafael-passos-dw commented 7 years ago

Hi,

Is it possible to support the "innerBoundaryIs Polygon" on kml file?

ooper-shlab commented 7 years ago

As far as I read the code (please remember, I'm not the author), KMLParser can parse Polygon including innerBoundaryIs and convert it to MKPolygon. You can easily try if you have a kml sample including innerBoundaryIs.