ios
ios copied to clipboard
Where you can find everything iOS from Mapzen
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...
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...
Allow pinching to occur. Currently, the map is re-zoomed if a new location is received when in the middle of a pinching gesture.
### 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...