Hi,
I’m looking into the feasibility of using the mapView for a project I took on. I need to present a map with a number of markers on it. This part is ok so far.
I need to allow seeing some brief details when someone taps on a marker. This can also be achieved easily with the current marker.
I then need to have a way for the user to jump to a detail page about the location / marker which the user tapped on. In other words I need to be able to detect a double tap or something like that to open that detail page. The event that fires when the marker is tapped does not seem to differentiate between the types of taps.
If I tap on the marker again it does fire the event again but it closes the info bubble so thats the purpose its designed to serve. Ideally I should be able to detect the taps on the info bubble as a separate event so that I can trigger downstream actions from there on.
Is there any way to achieve what I’m trying to do with the current mapView component? Many thanks for your help.
Regards,
Kerem