From 91023f02f85ad243f867a2fb920699c3e1659f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Fri, 22 Apr 2016 00:17:39 -0700 Subject: [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. --- .jazzy.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.jazzy.yaml') 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) -- cgit v1.2.1