Extending iOS KMLViewer Sample to Handle KML NetworkLink Elements
问题 I am developing an iOS app that displays KML data over an MKMapView. Apple's KMLViewer sample app has gotten me started. Unfortunately, the KML data I am using relies heavily on linked files via the NetworkLink , Link and href KML elements, and KMLViewer's parser doesn't handle those. I can probably figure out how to add such support, but before I go down that road I was wondering if anyone else has already done this, or if there is a better starting point than KMLViewer. I've looked at