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


contain?

optional contain: object

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

point

point: object

point.x

x: number

point.y

y: number


ename?

optional ename: object

英文名(支持模糊/精确)

fuzzy

fuzzy: boolean

text

text: string


FID?

optional FID: string | string[]

要素ID


keyword?

optional keyword: object

关键词(支持模糊/精确)

fuzzy

fuzzy: boolean

text

text: string


line?

optional line: object

线缓冲区查询

buffer

buffer: number

coords

coords: object[]


matchCase?

optional matchCase: boolean

是否忽略大小写


name?

optional name: object

名称(支持模糊/精确)

fuzzy

fuzzy: boolean

text

text: string


polygon?

optional polygon: object[]

多边形查询:顶点坐标集


typeID?

optional typeID: number[]

类型ID

基于蜂鸟视图 Fengmap SDK 构建