I have a requirement in which I have to show some cards and some data corresponding to these cards. The problem is that the backend server uses MapXtreme to generate GIS data, and there is no MapX client for iOS devices. Server users tell me that they can send me KML files to create maps.
Can I use KML files to display geographic information on Google maps using the Mapkit framework?
EDIT: I covered a similar question in this link. In one answer, vy32 shared a Google earth tutorial link to create a KML file. He also claims that it can be used in Mapkit. The question remains ... how do we do this?
source share