mbxmapkit icon indicating copy to clipboard operation
mbxmapkit copied to clipboard

DEPRECATED - Lightweight Mapbox integration with MapKit on iOS

Results 28 mbxmapkit issues
Sort by recently updated
recently updated
newest added

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

installation

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...

refactor

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...

bug

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.

feature

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...

refactor

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...

feature

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...

refactor

Builds on #9 support for points.

feature