views:

40

answers:

0

I have a map view to which I added a long press gesture recognizer and Overlays. I came across a strange behavior.

In case mapType is set to Hybrid and there is no gesture recognizer, the Overlay views are displayed but the map is of type standard. In case mapType is set to Hybrid and the gesture recognizer is added to the view, the Overlay views are not displayed. In case mapType is set to Hybrid and the gesture recognizer is added to the view but the overlays are left out, the map display and the gesture recognizer works fine.

Anyone came across this kind of behavior?