Generate KML file within iphone app

后端 未结 1 1009
余生分开走
余生分开走 2021-02-11 02:56

In my app i have to draw route between user location and destination location in MKMapView with help of MKAnnotation and MKOverlay classes. I had gone through the KMLViewer samp

相关标签:
1条回答
  • 2021-02-11 03:47

    KML is just XML and there are various methods for generating XML files in Cocoa, e.g. using KissXML.

    The KML format is documented here: http://code.google.com/apis/kml/documentation/kmlreference.html.

    0 讨论(0)
提交回复
热议问题