Skip to content

@indoor-map/fmap-jsDocs


导航行走信息

Properties

angle?

optional angle: number

当前路线与正北方向的角度


buildingID?

optional buildingID: string

当前建筑ID


distance?

optional distance: number

定位点与路径的偏移距离(米)


distanceToNext?

optional distanceToNext: number

到下一个转角的距离(米)


index

index: number

当前路段索引


level?

optional level: number

当前楼层


point?

optional point: object

约束后的定位点

x

x: number

y

y: number


remain

remain: number

剩余距离(米)


speed?

optional speed: number

当前速度


walk?

optional walk: number

已经走过的距离(米)

基于蜂鸟视图 Fengmap SDK 构建