interface VectorTileEventListener<T> {
    onVectorTileClicked(info): boolean;
}

Type Parameters

Methods

  • Parameters

    Returns boolean

Generated using TypeDoc