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

We should cache TileJSON downloaded as part of `RMMapboxSource`. 1. Save download to disk. 2. Add argument to initializers to force cache clear & re-download. 3. Automatically find cached TileJSON...

feature

MapBox Release: 1.1.0 iOS Version: 1.8 When running our application on iOS8, after the tile sources load, but before they display, we are running into an application crash caused by...

bug

In RMMapView's initWithFrame:andTilesource:centerCoordinate:zoomLevel:maxZoomLevel:minZoomLevel:backgroundImage:initWithFrame:andTilesource:centerCoordinate:zoomLevel:maxZoomLevel:minZoomLevel:backgroundImage: zoom and maxZoom are set to 19 no matter what you're setting them to. Here's my code ``` RMMapView *mapView = [[RMMapView alloc] initWithFrame:self.view.bounds andTilesource:mapSource centerCoordinate:CLLocationCoordinate2DMake(54.876607, 53.761597)...

bug

Assigned to [MapBox iOS SDK #1600](http://support.mapbox.com/discussions/mapbox-ios-sdk/1600-location-service-message-disappears-before-user-action). As reported in Tender: Hi on trying mapbox ios examples If location services are off then the message "Turn on Location Services to Allow...

bug

The user annotation appears when I `setZoom:atCoordinate:animated` to a location where its definitely not at. As soon as I zoom out a slight bit, it disappears. I've set the `showsUserLocation`...

bug

Expanding on https://github.com/mapbox/mapbox-ios-sdk/issues/259 In `RMConfiguration.h`, there are a few functions which make calls to `NSURLConnection sendSynchronousRequest:`. These functions are used in various init routines for tile sources (and potentially other...

performance

Building on #109, we should look into automatically determining the bounding box of shape annotations independent of the existence of the layer, so that the layer knows when to be...

enhancement
vector

Relevant logic: https://github.com/mapbox/mapbox-ios-sdk/blob/624cf77fef444ffd93b9e1da93d2421dae765ee6/MapView/Map/RMMapboxSource.m#L119

enhancement

I could provide a patch but do not know how to submit it? RMMapTiledLayerView should use code from the "tries to return lower zoom level tiles if a tile cannot...

enhancement

Assigned to [MapBox iOS SDK #243](http://support.mapbox.com/discussions/mapbox-ios-sdk/243-zooming-near-borders). As reported in Tender: Hello. I've created an app using mbtiles and your iOS SDK, but when i use the method setconstraintsNE:SW: and are...

bug