PointOfInterest¶ webVis API ReferencePointOfInterestInterface PointOfInterestDefines an individual Point of Interest (POI). interface PointOfInterest { id?: number; label?: string; position: [number, number, number];} IndexPropertiesid? label? position PropertiesOptionalidid?: numberThe unique identifier for the POI. Automatically assigned if not specified. Defaultundefined Optionallabellabel?: stringText to display next to the POI. Defaultundefined positionposition: [number, number, number]The 3D position of a POI.
Defines an individual Point of Interest (POI).