Would there be any way to translate this map to work in UIMapView?
I am making an app that will display my colleges campus; I want it to have all of the buildings and labels. On my schools website, there is a map made with Googles Map API. Would there be any easy way to get this map (all of the colored buildings/annotations) to work in a UIMapView? Heres the link:
http://ww开发者_高级运维w.millersville.edu/directions/
I understand the one on the website is in JavaScript, and UIMakKit uses reverse geocoding; and I have look up numerous similar questions, but nothing could help me with I was looking for.
Thanks for any help.
Google has a format called KML which expresses the geographic annotations on a map. There are a number of possibilities to view such a format on the iPhone, you can start by checking out what this guy did YouTube Tutorial
精彩评论