summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLOfflinePack.h
Commit message (Collapse)AuthorAgeFilesLines
* Boxing ObjC structs (#9343)Fabian Guerra Soto2017-06-221-1/+1
| | | | | | * [ios, macos] Make structs boxable * [ios, macos] Update changelogs.
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-16/+16
|
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7Minh Nguyễn2017-01-161-2/+2
|\
| * [ios, macos] Update and reformat documentation for runtime styling (#7475)Minh Nguyễn2016-12-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] Optimized changelog for runtime styling Changelog entries related to style JSON now lead off with the analogous portion of the runtime styling API. * [ios, macos] Autolink cross-class property references in docs jazzy can autolink `Class.property` references in documentation comments. * [ios, macos] Removed extra blank lines * [ios, macos] Corrected typo in MGLMultiPoint docs * [ios, macos] Rewrote shape and feature docs Rewrote documentation about MGLShape, its subclasses, and MGLFeature to emphasize runtime styling uses over annotation uses, associate each type with real-world concepts, cross-reference related style layer classes, and cross-reference related or easily confused shape classes. Links to the GeoJSON specification have been updated to RFC 7946. * [ios, macos] Expanded style layer docs With this change, documentation about style layer classes is nominally based on the documentation in the style specification. However, all the existing layer types’ documentation has been overridden to explain what the layer looks like, relate the layer to a real-world concept, and cross-reference related geometry classes. This change also corrects the description of MGLBackgroundStyleLayer, which erroneously stated that the identifier must be “background”, whereas that only happens to be true by default for Studio template styles. * [ios, macos] Wrap style layer docs * [ios, macos] Removed unused code * [ios, macos] Corrected symbol references in docs * [ios, macos] Corrected typo in abstract class exception
* | [build] add -fvisibility=hidden to macOS dynamic framework and export ↵Konstantin Käfer2017-01-041-0/+2
|/ | | | required symbols
* [ios, macos] Ignore progress updates after suspendingMinh Nguyễn2016-09-201-9/+3
| | | | -suspend and -resume are now presumed to be synchronous, even if technically they remain asynchronous under the hood.
* [ios] Updated offline pack testsMinh Nguyễn2016-04-271-3/+4
| | | | Updated the MGLOfflinePackProgress boxing test to test the two new fields. Wordsmithed the documentation a bit. Updated the changelog.
* [ios, osx] Add countOfTilesCompleted bindingJohn Firebaugh2016-04-271-0/+5
|
* [ios, osx] Add a property for bytes used by offline tilesBrent Whitman2016-04-271-1/+5
|
* [ios, osx] Eliminated platform/{ios,osx}/includeMinh Nguyễn2016-04-231-0/+180
Also updated various project references to be group-relative, so Xcode chooses the right directory by default when adding a new file. Fixes #4770.