Apply a "long touch" event handler on Google Maps

With my team we are developing an app using Ionic 2, to help the people to navigate the streets considering accessibility restrictions.

The idea is that the user can touch doing a long press (for example 1 second) in somewhere on the map, and open a modal in order to he can report an issue in that point (for that latitude and longitude).

How can I apply a “long touch” event handler, similar a “press” in Hammer.js, on Google Maps?

Is it possible to get the coordinate where the user touchs in the map?

Thanks!!

You could use touchstart and touchend events.

@xr0master sorry for the delayed response. I’ve seen your reply but couldn’t respond earlier.
I’m trying to get a solution with those events in the next days and coming back with the result. Thanks!