Type Alias TileLoadedEvent

TileLoadedEvent: {
    rtree: TileProviderRtree;
    tileId: string;
}

Type declaration

  • rtree: TileProviderRtree

    rbush rTree with the features, use rtree.all().map(item => item.value);

  • tileId: string

    id of the tile