How to use the rightclick Api google Maps for mobile

1

Today I added an event to my map, in case, if you right-click, it performs a certain event. I have no cell phone to test.

But cell phone does not have right button. Google maps api converts this event to what? How will the user perform this event?

 map.data.addListener('rightclick', function(event) {
    
asked by anonymous 02.05.2015 / 12:34

0 answers