Questions tagged [route-me]

A powerful mapping API which supports online mapping as well as offline mapping capability.

81 questions
11
votes
2 answers

2.23: Apps must follow the iOS Data Storage Guidelines or they will be rejected

By uploading the app to the app store have given me this error. 2.23: Apps must follow the iOS Data Storage Guidelines or They Will be rejected I've been watching what is wrong is that one of the files I'm using does not meet the storage…
jmartos89
  • 158
  • 1
  • 7
7
votes
3 answers

Using OpenStreetMap .osm XML data in iOS

I have an iOS app using Google Maps to display a city with POIs. Now I want to offer an offline map too, which a user does not require a data connection to display. I checked the OpenStreetMap project, and a .osm export of this city is 5MB - perfect…
Aemsn
  • 338
  • 4
  • 8
6
votes
3 answers

Adding a Stationary Button Overtop of a Map View

I have a really quick question which is probably ridiculously simple. I currently have an application that I am using route-me and OpenStreetMap, and basically I have a view that loads the map into the entire window. When trying to run the project…
intact700
  • 63
  • 1
  • 5
5
votes
1 answer

Match the zoom/bounds of a MapKit map with the zoom/bounds of a RouteMe map

EDIT: I believe my issue is that this code works for integer zoom levels, but I would like it to work for float zoom levels. I have an iOS app in which the user can switch between a RouteMe-based map and a MapKit-based map. When they switch sources,…
Andrew Johnson
  • 13,108
  • 13
  • 75
  • 116
4
votes
1 answer

iPhone: Annotation view (like MKAnnotationView) for route-me project?

I am using the route-me project to show some (offline) maps I have made using TileMill . So far, so good. The problem now is how to display a beautiful annotation view like the MKAnnotationView from MapKit (the callout bubble - marker balloons). As…
jcborges
  • 1,064
  • 2
  • 10
  • 13
4
votes
2 answers

MonoTouch.Foundation.MonoTouchException has been thrown Objective-C exception thrown. Name: NSInternalInconsistencyException

I seem to be getting this issue whenever I run my iOS app within Xamarin. MonoTouch.Foundation.MonoTouchException has been thrown Objective-C exception thrown. Name: NSInternalInconsistencyException Reason: Could not load NIB in bundle: ’NSBundle…
imageobject
  • 55
  • 2
  • 9
3
votes
2 answers

route-me image overlay in iPhone

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…
3
votes
3 answers

Using offline database in Route-Me

I'm trying to use an offline MBTiles database using Route-Me. To accomplish this, I'm using Landez, which in turn depends on MBUtil. Right now, all I get is a gray screen with the pins in their proper locations. Here's what gets printed to the…
Chris Long
  • 3,007
  • 4
  • 30
  • 37
3
votes
2 answers

RMPath flickers and "vibrates" while scrolling RMMapView (MapBox SDK)

I'm using the MapBox SDK with an offline map. I'm adding a RMPath overlay to the mapView and everything is shown ok. problem no. 1: while scrolling the map the RMPath overlay is scrolled also, but sometimes it is drawn with an offset (a location…
mouse.4d
  • 83
  • 1
  • 6
3
votes
2 answers

iOS Route-Me: Add User Location Marker

I have been trying to add the following things to a Route-Me app. Add a marker at the starting location Move the map to the user location Move the marker to that new location I am using the basic example from MapBox ios example, as my maps are…
tjmgis
  • 1,589
  • 4
  • 23
  • 42
2
votes
4 answers

route-me marker label with UIButtonTypeDetailDisclosure-Button - Button isn't clickabel

I've got a problem with the route-me framework and marker labels. I'm trying now about 5 hours with no luck and searched almost every forum topic on the web about this. I want to add a marker label with a UIButtonTypeDetailDisclosure-Button on…
E. Lüders
  • 1,495
  • 1
  • 12
  • 27
2
votes
1 answer

How to Disable Load new tiles in 'route-me' in iPhone

When I move out bound of my map. route-me library will download new tiles. I don't want it. How can I do !?
mr.octobor
  • 191
  • 2
  • 4
  • 18
2
votes
2 answers

RMPolylineAnnotation not appearing on map (mapbox)

I'm trying to add an RMPolylineAnnotation to my mapbox map but for some reason it's not appearing. I'm not sure if I'm missing a call or a function that's used in the drawing process. The code I'm using to add it is below: for (id key in dFeatures) …
Elliott D'Alvarez
  • 1,217
  • 16
  • 30
2
votes
2 answers

Possible to pass events/gestures to all subviews?

I am trying a quick prototype project to see if what I want to do with Mapbox iOS SDK (route-me) and iOS MapKit is possible. I would like to see if I can have the best of both worlds with MapBox's offline capability (and extras like clustering) but…
lostintranslation
  • 23,756
  • 50
  • 159
  • 262
2
votes
2 answers

Animating RMPointAnnotation in on RMMapView with CAAnimation

So I'm using the MapBox SDK which is a fork of the RouteMe's map SDK for iOS. From what I can tell, the annotation stuff might be in here. I've modified some CAAnimation code I found here to try achieve this. My code is below. Since I'm reasonably…
Sam Jarman
  • 7,277
  • 15
  • 55
  • 100
1
2 3 4 5 6