summaryrefslogtreecommitdiff
path: root/platform/ios/test/MGLMapViewDirectionTests.mm
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Check center coordinate in MGLMapViewDirectionTestsJason Wray2019-07-171-4/+20
|
* [ios] Clean-up direction and compass testsJason Wray2019-07-171-45/+32
|
* [ios] Add MGLCompassButton and MGLOrnamentVisibilityJason Wray2019-07-111-0/+33
|
* [darwin] Fix MGLMapView.direction wrappingJason Wray2019-03-121-0/+95
Re-adds the 0-to-360° wrapping for MGLMapView.direction. Without this wrapping, we’d get ±180° from core, which results in invalid CLLocationDirection for the negative half of the rotational spectrum.