summaryrefslogtreecommitdiff
path: root/.jazzy.yaml
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-04-22 08:52:35 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-04-22 11:13:03 -0700
commite5c6cfde4b4f36cadeadfcb320bd641c4517f366 (patch)
tree6f4159a87abdd3b8e6075129724bf15190d56e87 /.jazzy.yaml
parent91023f02f85ad243f867a2fb920699c3e1659f94 (diff)
downloadqtlocation-mapboxgl-e5c6cfde4b4f36cadeadfcb320bd641c4517f366.tar.gz
[ios, osx] Direction formatter
Implemented an NSFormatter for formatting CLLocationDirection values as localizable display strings. The formatter supports both absolute compass directions, such as “south”, and relative “clock” directions, such as “6 o’clock”.
Diffstat (limited to '.jazzy.yaml')
-rw-r--r--.jazzy.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.jazzy.yaml b/.jazzy.yaml
index a6d47f25a2..e6ed144282 100644
--- a/.jazzy.yaml
+++ b/.jazzy.yaml
@@ -69,6 +69,8 @@ custom_categories:
- MGLCoordinateSpanMake
- MGLCoordinateSpanZero
- MGLDegreesFromRadians
+ - MGLDirectionFormatter
+ - MGLDirectionFormatterOrigin
- MGLRadiansFromDegrees
- MGLStringFromCoordinateBounds
- NSValue(MGLGeometryAdditions)