mbxmapkit
mbxmapkit copied to clipboard
DEPRECATED - Lightweight Mapbox integration with MapKit on iOS
Add iOS 8+ dynamic framework, which among other things will allow Swift integration.
See background: https://github.com/mapbox/mbxmapkit/commit/6c967bdd770413f4ad135706029e24d0582d2b9e#commitcomment-7643189 More details at: http://stackoverflow.com/questions/20708262/using-import-in-objective-c-in-conjunction-with-cplusplus Main problems are interaction with C++ code. For a while now Apple has been silently replacing `#import ` with the same effect as...
I'm running into an issue when submitting download requests to MBXOfflineMapDownloader in our app. Specifically, I attempt to submit / resume downloads for pending map regions under multiple scenarios, including...
This can borrow heavily from [RMInteractiveSource](https://github.com/mapbox/mapbox-ios-sdk/blob/release/MapView/Map/RMInteractiveSource.h) and just needs a custom gesture recognizer added for non-annotation taps.
Minor, but this info button is the exact same control we use in the iOS SDK to denote map attribution. It's probably what we'll move to when we adopt attribution...
I removed the background queue and loading should be done on the thread calling `loadMBTilesDataForPath:...`. I also fixed the example app correctly removing the mbtiles layer when switching to a...
We should investigate using the new (iOS 7+) `NSProgress` API in places like `MBXOfflineMapDownloaderDelegate`. > The NSProgress class provides a self-contained mechanism for progress reporting. It makes it easy for...