microsoft / MapsSDK-Native

This repository contains samples, documentation and releases history for the Bing Maps SDK for Android and iOS.
MIT License
40 stars 23 forks source link

OnMapLongClickListener #37

Closed m-grzegorczyk closed 4 years ago

m-grzegorczyk commented 4 years ago

Hi,

I'm trying to implement long click on map.

There is a:

but there is no equivalent of addOnMapLongClickListener.

Is there any way to implement OnMapLongClickListener?

JuanPapas commented 4 years ago

Hi @m-grzegorczyk, the SDK supports tap & hold gestures with addOnMapHoldingListener. For more details please see the Holding event in our documentation.