summaryrefslogtreecommitdiff
path: root/.jazzy.yaml
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-04-22 00:17:39 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-04-22 11:13:03 -0700
commit91023f02f85ad243f867a2fb920699c3e1659f94 (patch)
tree4f3e68615c6a6562e74a2a21d6069ce788993c90 /.jazzy.yaml
parenta852ee24fbf6c883b7f64bad9883937eb7b8d80d (diff)
downloadqtlocation-mapboxgl-91023f02f85ad243f867a2fb920699c3e1659f94.tar.gz
[ios, osx] Coordinate formatter
Added a degree-minute-second coordinate formatter for general use. Use this formatter in iosapp and osxapp. Added unit tests for the coordinate formatter and for round-tripping geometry types through NSValue.
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 216fd82ae2..a6d47f25a2 100644
--- a/.jazzy.yaml
+++ b/.jazzy.yaml
@@ -63,6 +63,7 @@ custom_categories:
- MGLCoordinateBoundsIsEmpty
- MGLCoordinateBoundsMake
- MGLCoordinateBoundsOffset
+ - MGLCoordinateFormatter
- MGLCoordinateSpan
- MGLCoordinateSpanEqualToCoordinateSpan
- MGLCoordinateSpanMake
@@ -70,3 +71,4 @@ custom_categories:
- MGLDegreesFromRadians
- MGLRadiansFromDegrees
- MGLStringFromCoordinateBounds
+ - NSValue(MGLGeometryAdditions)