Skip to content

@indoor-map/fmap-jsDocs


focus 选项

Extends

Properties

animate?

optional animate: boolean

是否动画过渡,默认 true

Inherited from

ModelMoveToOptions.animate


duration?

optional duration: number

动画时长(秒)

Inherited from

ModelMoveToOptions.duration


finish()?

optional finish: () => void

完成回调

Returns

void

Inherited from

ModelMoveToOptions.finish


highlightColor?

optional highlightColor: string

高亮颜色,不传则使用 SDK 默认


rotation?

optional rotation: number

目标旋转角度,不传则保持当前

Inherited from

ModelMoveToOptions.rotation


tiltAngle?

optional tiltAngle: number

目标倾斜角度,不传则保持当前

Inherited from

ModelMoveToOptions.tiltAngle


zoomValue?

optional zoomValue: number

目标缩放级别,不传则保持当前

Inherited from

ModelMoveToOptions.zoomValue

基于蜂鸟视图 Fengmap SDK 构建