summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapView_Private.h
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Expose MGLMapView OpenGL context to OpenGL style layersMinh Nguyễn2019-02-251-0/+3
| | | | Added a property to MGLOpenGLStyleLayer that contains the map view’s underlying OpenGL rendering context.
* [ios] Added teardown of core objects when receiving ↵Julian Rex2018-11-201-2/+3
| | | | UIApplicationWillTerminateNotification (#13367)
* [darwin] Use FOUNDATION_EXTERN instead of plain externJason Wray2018-07-241-1/+1
| | | | FOUNDATION_EXTERN is an alias for extern in most cases, but also covers us in the event that a method could be mismangled by the compiler as C++ (when we want C-style mangling, for Obj-C compatibility).
* [ios][macos] rendering interface changesIvo van Dongen2017-07-181-0/+3
|
* [ios, macos] Fixed iosbench buildMinh Nguyễn2016-12-231-2/+4
| | | | Fixed a stale include in iosbench. MGLMapView(Private) forward-declares mbgl::Map instead of including mbgl.hpp, which iosbench has no access to.
* [ios, macos] reuse utility functionFredrik Karlsson2016-08-181-3/+0
|
* [ios, macos] fixes #5974 Move style classes API to MGLStyleFredrik Karlsson2016-08-181-0/+3
|
* [ios, macos] Renamed Objective-C++ headers to .hMinh Nguyễn2016-08-161-0/+24
Also removed a redundant reference to MGLStyle_Private.h in ios.xcodeproj. Fixes #5952.