DEPRECATED-mapbox-ios-sdk
DEPRECATED-mapbox-ios-sdk copied to clipboard
REPLACED – use https://www.mapbox.com/ios-sdk instead
Carryover from #315: make a distance scale when zooming like MapKit has.
I think this would be a really nice enhancements, because often you have annotations which overlap when you have a fixed size within all zoom levels. So the idea is...
I'm trying to completely disable the accuracy circle. It lives in RMMapView as a private variable `(RMCircle *)_accuracyCircleAnnotation` Android SDK [supports it out of the box](https://www.mapbox.com/mapbox-android-sdk/api/userlocationoverlay/#setdrawaccuracyenabled%28boolean%29) but trying to get...
I'll describe by example: o I want an RMMapLayer which contains a rotated CGImage o Since mapbox modifies layer.transform manually (because of screen rotation), I put my CGImage in a...
Hello, I have a problem with the auto layout management. When a autolayout constraint changes the frame value, it isn't updated for the mapview children. I think this is caused...
When restoring both a `zoom` and a `centerCoordinate`, you need to set the `zoom` first or else the map center will be off afterwards.
First of all, I'm wondering if this would even work in principal. In the `- (void)offlineMapDownloader:(MBXOfflineMapDownloader *)offlineMapDownloader didCompleteOfflineMapDatabase:(MBXOfflineMapDatabase *)offlineMapDatabase withError:(NSError *)error` method I am trying to assign tiles I downloaded...
From the help section: "Proactive background caching for certain map regions Using the `RMTileSourceBackgroundDelegate protocol`, the developer can enable the user to download a certain bounding box and zoom range...
This needs a visual refresh. Image, date, etc. 
It appears that if a tile is not already cached and must be requested it will often perform multiple URL requests for the same tile. I added an NSLog statement...