From 8824237e2df9d9bfb9cd618e762e74d8ab08c099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Mon, 7 Mar 2016 03:25:21 -0800 Subject: [ios, osx] Documented offline APIs Also categorized offline symbols for jazzy and moved styleURL from MGLOfflineRegion to MGLTilePyramidOfflineRegion, since you never know if there will be a region type not constrained by a style in the future. --- .jazzy.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.jazzy.yaml') diff --git a/.jazzy.yaml b/.jazzy.yaml index 867c77e6b9..0f6e8b0625 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -37,6 +37,18 @@ custom_categories: - MGLOverlay - MGLShape - MGLUserLocation + - name: Offline Viewing + children: + - MGLOfflineRegion + - MGLOfflineStorage + - MGLOfflineTask + - MGLOfflineTaskAdditionCompletionHandler + - MGLOfflineTaskDelegate + - MGLOfflineTaskListingCompletionHandler + - MGLOfflineTaskProgress + - MGLOfflineTaskRemovalCompletionHandler + - MGLOfflineTaskState + - MGLTilePyramidOfflineRegion - name: Geometry children: - MGLCoordinateBounds -- cgit v1.2.1