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

I really want to set a background image for RMUserTrackingBarButtonItem, but seems mapbox override it.

When zooming in using double tap and pinch the zoom level gets out of sync. It usually happens when: 1) Double tap to get to the next zoom level 2)...

bug

When adding a tilesource the @2x appendix is automatically added to the URL if you are on a retina device. I would like an option to turn off this feature.

enhancement

In a RMMapView, tapOnLabelForAnnotation is never called when the user taps a marker label. However, tapOnCalloutAccessoryControl works perfectly.

bug

It would be extremely useful if you could set a minZoomLevel for an RMAnnotation and have the RMMapView automatically handle showing/hiding annotations at certain zoom levels.

enhancement

Hello. I've found some places in MapBox sources (ver. 1.0.1) which probably can cause memory problems. 1. RMMapView, _delegate ivar is __strong so retain cycle is possible. 2. RMMapView, _viewControllerPresentingAttribution...

bug

If the annotation that is tapped contains more than one point on map (RMShape for example) the delegate methods doesn't provide enough information to help determine where it was touched....

When dragging an annotation, there is no delegate methods to let developer know if the dragging began or if it has ended. It can be easily done by adding a...

Because of the scroll-enabled nature of RMMapView and the fact that it handles and relegates touches, there is no way of knowing if any type of touch has ended. All...

Steps to reproduce. 1. Center `mapView` at some coordinate using `- [RMMapView setZoom:atCoordinate:animated:]` 2. ZoomOut, for example, using two finger tap. 3. Show modal viewController. 4. From modal ViewController call...