DEPRECATED-mapbox-ios-sdk icon indicating copy to clipboard operation
DEPRECATED-mapbox-ios-sdk copied to clipboard

REPLACED – use https://www.mapbox.com/ios-sdk instead

Results 100 DEPRECATED-mapbox-ios-sdk issues
Sort by recently updated
recently updated
newest added

Just got that error after a pod update. Had to revert to 1.6.0

bug
installation

I'm trying to follow these instructions: http://shiki.me/blog/offline-maps-in-ios-using-openstreetmap-and-route-me/ In summary, I use downloadosmtiles.pl to download the tiles, and then map2sqlite to create the SQLite .mbtiles file from them. My code used...

Hi, I'm using Mapbox in my app and after update to iOS 9 maps became very slow and irresponsive. On iPhone 6 with iOS 9 CPU usage is around 100%...

performance

Hi, I'm setting a custom image for my RMPointAnnotation annotations, they show up fine as I add annotations. However, when my controller (which contains the mapView) presents a view controller,...

bug

We have 100-200 subclassed `RMPolygonAnnotations` on our map. These have a couple properties set on the layer when they are instantiated: ``` - (void)setSelected:(BOOL)selected { self.lineColor = (selected ? UIColor.orangeColor...

I'm using 1.6.1. The drawing of the tiles is very slow. I'm using offline map because there is no network. The mbtiles file is about 20 MB is size. When...

I have a current project that needs offline map functionality. Went to install the map box-ios-sdk via Pod and it could not satisfy the FMDB requirement: [!] Unable to satisfy...

RMGreatCircleAnnotation has a bug that it displays the great circle with out its beginning. To correct you need to add this line at RMGreatCircleAnnotation.m:70 [coords addObject:[[CLLocation alloc] initWithLatitude:self.coordinate1.latitude longitude:self.coordinate1.longitude]];

bug

Adding an RMPointAnnotation on 1.6.0 causes a crash with: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '**\* -[__NSCFConstantString stringByAppendingString:]: nil argument' The same code used to work with older...

I think this is not safety: ``` - (void)createMapView { ... _mapScrollView = [[RMMapScrollView alloc] initWithFrame:self.bounds]; _mapScrollView.delegate = self; ... } - (void)dealloc { [_moveDelegateQueue cancelAllOperations]; [_zoomDelegateQueue cancelAllOperations]; [[NSNotificationCenter defaultCenter]...