Properties
camera
camera: Camera
Protected eventMap
eventMap: Map<string, Set<Function>>
orderPois
orderPois: Function
prevPosition
prevPosition: Vector3 | null
prevQuaternion
prevQuaternion: Quaternion | null
prevZoom
prevZoom: any
renderCamera
renderCamera: OrthographicCamera
renderer
renderer: WebGL1Renderer
scene
scene: Scene
Static canvas
canvas: HTMLCanvasElement
Static ctx
ctx: CanvasRenderingContext2D
POI覆盖层, 可以展示POI图标与文字, 存在图标时以图标中心为中心, 否则为文字中心
const poiOverlay = new PoiOverlay(); // 任意View view.addOverlay(poiOverlay);