summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLMapCamera.mm
Commit message (Collapse)AuthorAgeFilesLines
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-141-4/+4
|
* [ios, macos] Fail gracefully on invalid coordinatesMinh Nguyễn2017-04-061-11/+15
| | | | Invalid coordinates no longer cause an exception to be raised immediately when used in conversion methods and model objects. Instead, the appropriate invalid values are used, consistent with MapKit. Exceptions are still raised when invalid model objects are used with the map.
* [darwin] Use MGLLatLngFromLocationCoordinate2D where appropriateJohn Firebaugh2017-04-061-2/+3
|
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.2Minh Nguyễn2017-02-211-0/+19
|\
| * [ios, macos] Short-circuit redundant camera changesMinh Nguyễn2017-02-181-0/+19
| | | | | | | | | | | | | | | | Avoid canceling transitions (and triggering preexisting completion handlers) until we get a chance to ensure that a new transition really does have to begin. Consistently avoid mbgl transitions for redundant camera changes. Upon bailing, schedule the completion handler to run asynchronously on a delay equivalent to the requested animation duration. Added a “functional” equality method to MGLMapCamera that avoids trivial differences. Fixed invocations of XCTAssertEqualWithAccuracy() that incorrectly expressed the accuracy as a number of digits rather than a scalar tolerance.
* | [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-4/+4
|/
* [ios] Add description strings to constituent classesJason Wray2016-03-101-1/+1
|
* [ios, osx] Consolidate remaining files in platform/{ios,osx}John Firebaugh2016-02-121-0/+125