Skip to content

@smartmaps/mapsDocs


@smartmaps/maps / GestureHandlingOptions

Interface: GestureHandlingOptions

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