Search code examples
objective-ckmlcompass-geolocationmapkit

KML file google earth to integrate in uiMapkit


i want to get the latitude and langitude in order to make annotation in mapkit.

i want to run kml file in objective c but nothing happen all are in javascript.

any suggesion


Solution

  • I did a bit of Googling for you.

    Grab the Simple-KML parsing library from GitHub and look at the sample project that comes with it and see how it parses out latitude and longitude (which I believe are SimpleKMLPoints?) and then you will be able to make your annotations into MapKit.

    Hopefully I set you in the right direction!