summaryrefslogtreecommitdiff
path: root/platform/ios/MGLMapView.mm
Commit message (Expand)AuthorAgeFilesLines
...
* | [ios] Don't disable user tracking on `setDirection:` or quick zoom gestureJason Wray2015-10-051-3/+4
* | [ios] fixes #2490: add annotation image enabled propertyJustin R. Miller2015-10-021-27/+64
* | [ios] [android] Add default marker spritesNicki Dlugash2015-10-021-43/+44
* | [ios] refactor annotation map table nameJustin R. Miller2015-10-011-13/+13
* | mason variant@1.0Mike Morris2015-09-301-0/+1
* | Make quickzoom zoom slightly more quicklyJason Wray2015-09-251-1/+1
* | Quicken quick zoom gestureJason Wray2015-09-251-1/+2
* | Reverse quickzoom up/down zooming to be out/inJason Wray2015-09-251-1/+1
* | fixes #2350: remove iOS-specific SQLite cache wrapperJustin R. Miller2015-09-231-9/+19
|/
* [iOS] Move radians/degrees conversion functions to MGLGeometry.hJason Wray2015-09-111-10/+0
* Corrected roundtripping altitude with rotationMinh Nguyễn2015-09-071-6/+6
* CameraOptionsMinh Nguyễn2015-09-071-54/+233
* `assert() -> NSAssert()` for user-facing annotation APIJustin R. Miller2015-09-041-5/+5
* refs #2039: add passthroughs for adding/removing overlaysJustin R. Miller2015-09-041-0/+30
* Substitute nudgeTransitions with async view invalidationBruno de Oliveira Abinader2015-09-021-2/+0
* Merge branch 'master' into nodeJohn Firebaugh2015-08-311-7/+118
|\
| * Updated title of attribution action sheetMinh Nguyễn2015-08-281-1/+1
| * iOS perspective gesture supportJason Wray2015-08-261-4/+107
| * Disable heading updates for .FollowWithCourseMinh Nguyễn2015-08-261-1/+1
| * Ask for 'always' location permissions, tooJason Wray2015-08-251-1/+9
* | View::swap -> View::beforeRender View::afterRenderMike Morris2015-08-251-1/+6
|/
* update iOS first steps guide URLJustin R. Miller2015-08-241-1/+1
* iOS app/framework fixes for v8Justin R. Miller2015-08-241-4/+5
* GL is the library, SDK is the productJustin R. Miller2015-08-211-3/+3
* Avoid deprecated CLLocationManagerDelegate methodMinh Nguyễn2015-08-181-9/+6
* fixes #1907: skip MGLPolyline/MGLPolygons with zero pointsJustin R. Miller2015-08-171-2/+4
* MGLUserTrackingModeFollowWithCourseMinh Nguyễn2015-08-141-5/+16
* fixes #2044: add -showAnnotations:animated:Justin R. Miller2015-08-121-0/+23
* fixes #1951: check for support of title before queryingJustin R. Miller2015-08-111-1/+3
* Refactor user location annotationJason Wray2015-08-101-0/+1
* Map::nudgeTransitions no longer depends on client informationBruno de Oliveira Abinader2015-08-051-8/+2
* Ignore redundant initial reachability notification on iOS 9Minh Nguyễn2015-07-281-1/+8
* Update the user dot when the user movesMinh Nguyễn2015-07-271-0/+2
* Avoid nudging transitions if a gesture is in progress #2Bruno de Oliveira Abinader2015-07-271-0/+6
* Ignore invalid location updatesMinh Nguyễn2015-07-241-1/+1
* Revert "Revert "split renderSync and transition nudging to allow client view ...Bruno de Oliveira Abinader2015-07-201-1/+3
* Merge pull request #1831 from mapbox/set-collision-debug-tooJustin R. Miller2015-07-201-1/+2
|\
| * Add collision check to `isDebugActive`Jason Wray2015-07-021-1/+1
| * Set collision debug with setDebugActive:Jason Wray2015-07-021-0/+1
* | Revert "split renderSync and transition nudging to allow client view syncing"Bruno de Oliveira Abinader2015-07-201-3/+1
* | Merge branch 'release-v0.5.0'Minh Nguyễn2015-07-141-1/+3
|\ \
| * | Revert "Defer initialization until app enters foreground"Justin R. Miller2015-07-091-64/+41
| * | Defer initialization until app enters foregroundMinh Nguyễn2015-07-081-41/+64
| * | Assert if -mapView:symbolNameForAnnotation: is implementedMinh Nguyễn2015-07-081-0/+8
| * | refs #1125, 1813: update user dot tracking in one placeJustin R. Miller2015-07-081-6/+3
| * | split renderSync and transition nudging to allow client view syncingJustin R. Miller2015-07-081-1/+2
* | | Create GLKView before binding it and resumingMinh Nguyễn2015-07-111-18/+4
* | | Defer initialization until app enters foregroundMinh Nguyễn2015-07-081-41/+64
* | | Assert if -mapView:symbolNameForAnnotation: is implementedMinh Nguyễn2015-07-081-0/+8
* | | refs #1125, 1813: update user dot tracking in one placeJustin R. Miller2015-07-081-6/+2
|/ /