mapbox / Simple-KML

Simple KML is a simple & lightweight parsing library for KML written in Objective-C for the iOS platform.
BSD 3-Clause "New" or "Revised" License
208 stars 58 forks source link

Added support for <MultiGeometry> tag to SimpleKMLPlacemark #5

Closed AdamSwinden closed 12 years ago

AdamSwinden commented 13 years ago

I have added a new property to SimpleKMLPlacemark to contain the multiple geometries contained in tags.

calimarkus commented 13 years ago

Yes, please put this into the main branch! Multigeometry is used so often..

incanus commented 12 years ago

I'm closing this in favor of https://github.com/mapbox/Simple-KML/pull/13 which adds SimpleKMLMultiGeometry and a convenience accessor for firstGeometry for SimpleKMLPlacemark instead of just the property.