質問

Let's say I have a custom fictional map create with Google maps. It is not a real place, but a custom one. Kind of like a map of the lord of the rings location, mordor or something. Working as a Google map on browser, with pins, custom image and all. Is there a way to import this to iOS MapKit to show in my own iOS app?

役に立ちましたか?

解決

You could try to export the google map in KML format and then use a library to parse the KML data and view it in a MKMapView.

This seems to be useful: http://kmlframework.com

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top