I wanna accomplish the following, i wanna display a static map image that i have on UIMapView to use the benefits of the zooming and annotation, i've search very hard and i came up with these solution.

  1. There is a library called route-me that give you the ability to customize the map, change the color of the map, specify a predefined road and building, highlight them, but it didn't help me in my issue.
  2. I've looked on apple example that using the MKOverLay class, HazardMap, KMLViewer but they are not showing how to use an image to replace it with the map.

All i want is to display a map image that i have for a place and use it in UIMapView. can anyone put me in the right direction.

Thx in advance.

link|improve this question

76% accept rate
feedback

1 Answer

I replied to this question in this other post. Maybe it helps you:

How do I create an image overlay and add to MKMapView?

link|improve this answer
I've implement your solution, but the image does not appear, can you help me with it ? – Scar Feb 13 at 11:31
I've managed to let it work using '[mapViews setVisibleMapRect:[mapOverlay boundingMapRect]];' thank you for answer, but i'm looking for a better one. – Scar Feb 13 at 11:53
Please tell me if you find one better. Thanks. – Raphael Petegrosso Feb 13 at 18:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.