A powerful mapping API which supports online mapping as well as offline mapping capability.
Questions tagged [route-me]
81 questions
0
votes
1 answer
Displaying a tiled map with 3D objects on top of it
I needed to display tiled world map with small 3D building models on top of it.
I can see two possible approaches here:
Display tiled map with Route-Me or similar (btw what similar tiled map controls you can suggest?). Then place transparent (I…

bobby
- 617
- 1
- 8
- 19
0
votes
1 answer
Alpstein/Route-me annotation balloon
I'm using Alpstein/Route-me to work with map in my iPhone application. I want a balloon (something like MKAnnotationView, I think) to appear when I tap on marker on the map. Is there any ways to do it with Alpstein Route-me?

immaculate.pine
- 151
- 12
0
votes
1 answer
RouteMe markers
I am trying to get events from the markers on the map.
Here's some of the code inside the MainViewController that holds mapView.
UIImage* labelView = [self snapshotImage:theView];
UIImageView *imageView=[[UIImageView…

Ted
- 3,805
- 14
- 56
- 98
0
votes
1 answer
Undefined symbols for architecture armv7 - route-me library, ad hoc only
I have read through all of the other questions related to this topic, and can not find my answer. My project is using route-me. It builds just fine for the simulator, and for a connected iPad. The archive for ad hoc will not build. I had…

Beth
- 23
- 5
-1
votes
1 answer
Show iOS map types w/ mapbox iOS SDK (routeme)
Wondering if its possible to show iOS map types with the MapBox iOS SDK.
I.E. if I use and MKMapView I can select from standard, satellite and hybrid iOS map types. I would also like to add Open Street Map as an option. Of course I cannot user…

lostintranslation
- 23,756
- 50
- 159
- 262
-2
votes
1 answer
IOS: what type of project to take? ARC or NOT ARC
In my app I'm using the project Route Me Map and this project don't use ARC; at the same time I should use MKSToreKit and its version at 4.0 implement ARC model;
In this situation what I should to do?
The best solution that I have in my head is to…

cyclingIsBetter
- 17,447
- 50
- 156
- 241