IPhone: view annotation (e.g. MKAnnotationView) for a route-me project?

I am using the route-me project to show some (offline) maps that I made using TileMill . So far, so good. Now the problem is how to display a beautiful view of the annotation, such as MapKit’s MKAnnotationView (offset balls - marker balls). As far as I know, there are no annotation comments in the route-me project, so if I want to use them, I have to implement it myself.

Do you know guys if there are already any solutions or any open source code for annotation view using the route-me project?

I would be glad to hear any feedback. Thanks in advance.

+4
source share
1 answer

Try the alpstein fork of the route-me project. Or mapbox / tilemill . They both have annotations.

0
source

All Articles