standardBuildings

Create the ClickInteraction for Mapbox Standard Style buildings featureset and an optional importId.

When several ClickInteractions are registered for the same importId - the callbacks will be triggered from last to first.

Parameters

importId

optional style import id. Defaults to NULL.

filter

optional filter. Defaults to NULL.

onClick

callback triggered when the buildings featureset is clicked.


Create the LongClickInteraction for Mapbox Standard Style buildings featureset and an optional importId.

When several LongClickInteractions are registered for the same importId - the callbacks will be triggered from last to first.

Parameters

importId

optional style import id. Defaults to NULL.

filter

optional filter. Defaults to NULL.

onLongClick

callback triggered when the buildings featureset is long clicked.