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
trafficstars

### Description In iOS 11 Apple is exposing multipath TCP as an opt-in configuration on network requests. This allows for more robust network connectivity and the ability to migrate requests...

Currently we utilize the Marker interface to draw polyline and polygon structures here: https://github.com/mapzen/ios/blob/master/MapzenSDK/Marker.swift#L66 While this isn't an issue, after discussion with @tallytalwar in the long term the recommendation is...

Per comments here: https://github.com/mapzen/ios/pull/325#pullrequestreview-39006275 We should update the locale function to either take an optional or an empty string to allow clearing of the locale.

### Description In Eraser Map we allow a `tap-up-tap-drag` behavior to zoom the map in and out – this is especially useful for 1 handed operation of the map (for...

### Description Related to https://github.com/mapzen/ios/issues/321, a two-finger double-tap should zoo the map out.

While I can pinch and zoom in and out on the map, it would also be nice to double tap to zoom into the map (at the tapped location).

Per various discussions started by @ecgreb it sounds like we can work on adding tracking headers to SDK requests that, once the backend is ready, can start to be added...

Would be nice to have a real linting tool for external PRs and just general tidiness of the codebase. https://github.com/realm/SwiftLint is the current community darling.

Currently all docs are in swift but it would be nice to add objective-c examples like other sites do https://www.mapbox.com/ios-sdk/examples/runtime-toggle-layer/

enhancement