This is an issue related to HERE iOS HybridPlus SDK.
If any interaction is done with mapView of class NMAMapView and NMAMapViewDelegate and NMAMapGestureDelegate both are set then only methods of NMAMapGestureDelegate are being called.
For ex:
If an object on map is tapped, then - mapView:didReceiveTapAtLocation: gets called and - mapView:didSelectObjects: doesn't get called!
Whereas in android this is not the case. In android, if an object is tapped and both the delegates are set then both methods mentioned above will get called.
Question: What is the solution for this in iOS?