Quote:
Originally Posted by Pety
Hi everyone!
I`m using in my app a Map too. i donīt know why apple donīt free the MapKit.framework, but that is another talk.
I use, Route Me, link
Itīs based on tiles, and uses VirtueEarth, OpenStreetMap or CloudMadeMaps, and the project in improving day by day (take a look to the Mailing list.
You can add Marker, manage them, and also, there a lot of delegate methods like double tap or many more.
There is an example inside the code.
If you have some problem to run it, let me know.
Bye
|
Hi Pety,
I am using route me, it is great. but at a step I am facing one problem, instead of using marker.settextlable i would like to use my own view, I am mading that and [mapView setLable:bView]; this code is adding my view as a infowindow. but the problem is it is not touchable. I have a button inside it
on pressing it , it will make a call to user otherwise on touching other button my screen will be redirected. my problem is that I am not able to touch any button inside the infowindow of the marker. can you help me regarding that.
thanks a lot in advance