summaryrefslogtreecommitdiff
path: root/platform/ios/MGLTypes.m
Commit message (Collapse)AuthorAgeFilesLines
* Properly fail to load the mapMinh Nguyễn2015-05-161-0/+3
| | | | A typo in a selector literal meant that `-[MGLMapViewDelegate mapViewDidFailLoadingMap:withError:]` would never be sent to delegates even if `MGLMapView` had called it. Along for the ride, create a proper `NSError` to pass into that callback, and an error domain for that error.
* Delete unused codeJohn Firebaugh2015-03-191-24/+0
| | | | This code appears to be unused and has not been kept in sync with style spec changes.
* move iOS code from gl-cocoa to this projectJustin R. Miller2015-02-091-0/+24