I'm using route-me in my project. Library is quite good. Adding markers, drawing polygone work fine. How about placing single image as overlay in given location (latitude, longitude)? This funcionality is missing I think. Has anyone done placing the image overlay without overloading the tiles source?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I've found the solution...
the mvMap is IBOutlet RMMapView *mvMap somewhere in your h file the oSector.im_overlay.CGImage can be
|
||||
|
|
|
Why not just use an RMMarker? You can apply any image you want to it and place it as needed. Even make it draggable if you want to:
Ciao! -- Randy |
|||
|
|
