I have a MGLAnnotation
with a MGLPolygon
added below it to give a circular shape around the annotation.
However, when I tap the annotation, the mapView:didSelectAnnotation:
method will return a MGLPolygon
when I really want to be tapping the MGLAnnotation
.
Is it possible to forward the taps from the MGLPolygon
to the MGLAnnotation
?