I am working on a interesting project, this project allow to visualise some information (light pollution, cloud info, etc..) from KML/KMZ files on Maps or Google Maps. I would like to restitute this information with an iOS Application using Swift programming language. I would like to know if it is possible to do this with iOS.
Thank you very much,
YM
Yes you can do that is iOS, Apple has provided a Demo for KML Parser, here is the link KML Parser.
Though the project is in Objective-C, you can import it with a Bridging Header so that you can use it from Swift.