DEPRECATED-mapbox-ios-sdk
DEPRECATED-mapbox-ios-sdk copied to clipboard
REPLACED – use https://www.mapbox.com/ios-sdk instead
Right now the SDK does not have any support for userland error handlers. It's not possible to catch tile loading errors, api errors or runtime errors with MapBox. The main...
Hi, Successive calls to RMTileCache.beginBackgroundCacheForTileSource cause previous download calls to be not completed, if they were in the process of being download. I suspect this is because the current operation...
It seems kindda strange that **RMMapView** **_doesn't**_ implement **SMCalloutViewDelegate**'s method `calloutViewClicked:` and pass it to **RMMapViewDelegate**! Anyone with a need to handle accessory buttons' tap, might be interested in the...
Assigned to [MapBox iOS SDK #957](http://support.mapbox.com/discussions/mapbox-ios-sdk/957-mapboxcom-json-map-info-bounds-lacks-precision). As reported in Tender: The bounds values returned by Mapbox.com used by the iOS framework (and I assume would affect whatever else uses this)...
It would be good to have a way to set properties on the SMCalloutView from outside of the SDK. Right now, to get the annotation callout the way I'd like...
Assigned to [MapBox iOS SDK #734](http://support.mapbox.com/discussions/mapbox-ios-sdk/734-crash-on-constraint-map). Validate constraints before allowing them to be set.
Assigned to [MapBox iOS SDK #1198](http://support.mapbox.com/discussions/mapbox-ios-sdk/1198-location-tracking-dot-is-moved-when-centering-on-user-location-on-a-contraint-map). As reported in Tender: Hi, i think i figured out a small problem regarding the user location tracking together with a constraint map. if...
My code is this ``` //Creating the point CLLocationCoordinate2D centerPoint; centerPoint.latitude = 36.966029; centerPoint.longitude = -121.977739; //print out its contents NSLog(@"Coords should be: lat %f,long %f ", centerPoint.latitude,centerPoint.longitude); // create...
Running the new SDK (1.1.0) on my old iPad1 results in a crash as translatesAutoresizingMaskIntoConstraints and setNeedsUpdateConstraints are methods available only in IOS 6+. I resolved this issue by putting...