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

When testing out the SDK I cannot get requestWhenInUseAuthorization to work. No prompt is shown to the user to accept getting the location. I have added the necessary strings to...

bug

Hi, I'm using a shape like this example: https://www.mapbox.com/mapbox-ios-sdk/examples/drawing-shape/ But I have a system crash with the following situtation. 1. map zoom = 19 2. add the shapes (4 shapes)...

bug

Per https://secure.helpscout.net/conversation/52598507/ we had built this out in [`scale-factor`](https://github.com/mapbox/mapbox-ios-sdk/tree/scale-factor) and should integrate it into `develop`. /cc @geografa

enhancement

Now that we have online docs again, we should add the API version to the path so we don't break links like how Mapbox.js does: https://www.mapbox.com/mapbox.js/api/v2.1.5/

docs

Setting the RMMapView tileSource at runtime doesn't work. I keep getting a white screen. I also tried addTileSource and reloadTileSource but it doesn't get any better. However, initWithFrame: andTileSource works...

Hi, I'm trying to zoom the map smoothly while following the user location with heading. If i use `setZoom:animated`, following is disabled and rotation lost. If i use `setZoom:` there...

http://i.imgur.com/qCECfza.png http://i.imgur.com/LRq1iyg.png This is caused when my map view has these autosizing values: http://i.imgur.com/Ofqkvqf.png This takes place in RMMapScrollView.m:69

bug

There are a number of classes from upstream that don't `#import ` as they should. With Objective-C it doesn't matter as much since all GUI apps will bring this in,...

refactor

I might be doing things the wrong way, but since the behaviour has changed from SDK 1.0 to SDK 1.4.1 I thought I should mentioned it. I add this to...

bug

Add iOS 8+ dynamic framework, which among other things will allow Swift integration.

installation