0

I have integrated google maps in my iOS application. Now I want to load ".kml" file on that, how do it. ? Is there any API that can load ".kml" file if I give path. or I need to Use NSXML parser and do everything manually?.Please help me.

anatol
  • 791
  • 9
  • 16
Smart guy
  • 494
  • 6
  • 9

1 Answers1

0

Not sure how stable this library was but its good reputation so please go through this Library for KML parsing and use it into Google map.

Library Link : https://github.com/FLCLjp/iOS-KML-Framework

Stack Help Link for KML : How to load a KML file URL into Google Maps using iOS API?

Hope above link will helps you to achieve KML integration.

Community
  • 1
  • 1
CodeChanger
  • 7,953
  • 5
  • 49
  • 80
  • thanks for the early reply , I have already gone through the 1st url, but after parsing I am unable to understand where I will get those values and how to give them to mapView. In android they are loading kml file to mapView. – Smart guy Jan 25 '17 at 10:55