Zum Inhalt

@smartmaps/mapsDocs


@smartmaps/maps / GestureHandlingOptions

Interface: GestureHandlingOptions

Nur auf Englisch verfügbar

Diese Seite gehört zur technischen API-Referenz. Sie wird automatisch aus dem Quellcode erzeugt und liegt daher ausschließlich auf Englisch vor. Die einführenden Seiten und Leitfäden sind auf Deutsch verfügbar.

If you wish to override the gestureHandling settings, use the gestureHandlingOptions property in MapOptions:

text (object): text to show the appropriate description. You must specify text for touch, scroll, and scrollMac.

duration (int): time in ms before the message should disappear. default: 1000 (1 sec).

Properties

duration?

optional duration: number


text?

optional text: object

scroll?

optional scroll: string

scrollMac?

optional scrollMac: string

touch?

optional touch: string