Skip to content

@indoor-map/fmap-jsDocs


搜索配置选项

Properties

circle?

optional circle: object

周边查询:中心点和半径

center

center: object

center.x

x: number

center.y

y: number

radius

radius: number


conditions?

optional conditions: SearchCondition[]

搜索条件


contain?

optional contain: object

包含查询:判断点所在要素

point

point: object

point.x

x: number

point.y

y: number


ename?

optional ename: string

要素英文名


FID?

optional FID: string | string[]

要素ID


fuzzy?

optional fuzzy: boolean

是否模糊搜索


keyword?

optional keyword: string

快捷搜索关键词


levels?

optional levels: number[]

查询楼层范围


line?

optional line: object

线缓冲区查询

buffer

buffer: number

coords

coords: object[]


matchCase?

optional matchCase: boolean

是否忽略大小写


name?

optional name: string

要素名称


polygon?

optional polygon: object[]

多边形查询:顶点坐标集


type?

optional type: number

查询要素类型(位运算组合)


typeID?

optional typeID: number[]

类型ID

基于蜂鸟视图 Fengmap SDK 构建