summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLAnnotationContainerView_Private.h
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Account for center offset when tapping annotation views (#5931)Jesse Bounds2016-08-111-0/+14
This adjusts the tap point for the map's single tap gesture recognizer to use the coordinate to point translated point of the actual annotation the view represents. This fixes an issue where views that were offset in the point coordinate system were not selected when tapped since their associated annotations were actually at the origin of the offset.