Generate KML file within iphone app

后端 未结 1 523
心在旅途
心在旅途 2021-02-11 03:09

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:21

    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)
提交回复
热议问题