Beta
Provides access to point-of-interest (POI) data in a dimension.
Required Experiments:
export class PoiManager { private constructor(); readonly blocks: PoiBlockManager;} Copy
export class PoiManager { private constructor(); readonly blocks: PoiBlockManager;}
Private
Readonly
Provides access to block-based points of interest in the dimension.
This property can't be read in early-execution mode.
Provides access to point-of-interest (POI) data in a dimension.
Required Experiments:
Source