ios icon indicating copy to clipboard operation
ios copied to clipboard

Where you can find everything iOS from Mapzen

Results 53 ios issues
Sort by recently updated
recently updated
newest added

Hi, I've been developping, for the past 4 months, an app using the Mapzen iOS SDK and finished my first "prototype" 2 days ago. It uses the routing engine of...

### Description I have run the app from xcode & see everything fine; but when I try to run directly from the device, I only see the grey screen. Sometimes...

Pull in latest pelias release?

Next

Version number will get checked in custom script during dependency install before pod install happens to clear the cocoapods cache. Version number should get incremented every time the ios-sdk podfile...

enhancement
ready

Allow pinching to occur. Currently, the map is re-zoomed if a new location is received when in the middle of a pinching gesture.

in progress

### Description Our SDK sample app technically supports deployment to iOS 10, but is missing the `NSLocationAlwaysUsageDescription` necessary to make that actually work. This isn't normally a problem, but can...

### Description I use the routing function in the SDK to get turn-by-turn information. By printing leg.maneuvers, I get all the maneuvers of the route ("turn right in 100m", "turn...

After some internal discussion around #389 - we landed on enabling proper heading support for the SDK. This will aid us in future implementations for Turn by Turn support, as...