summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLCameraChange.h
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Made reason bitmask private, created public enum, and provided a ↵upstream/jrex-10674-enumJulian Rex2018-02-121-35/+0
| | | | mapping from the bitmask to enum
* [ios] Switched MGLCameraChangeReason to use NS_OPTIONS to allow multiple ↵Julian Rex2018-02-091-12/+33
| | | | reasons to be specified (e.g. concurrent pan/rotate)
* [ios] Added:Julian Rex2018-02-091-0/+14
- MGLCameraChangeReason constants - New camera change delegate methods with reason parameters. - mapView:didSingleTapAtCoordinate: delegate method