Issue
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://www.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.
Solution
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
Answered By - Noam
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.