Skip to content

@indoor-map/fmap-reactDocs


FMapCategory(props, deprecatedLegacyContext?): ReactNode

分类标签栏组件 提供 POI 分类筛选功能,点击分类后在地图上高亮对应 POI

Parameters

props: FMapCategoryProps

deprecatedLegacyContext?: any

Deprecated

See

React Docs

Returns

ReactNode

Example

tsx
<FMapCategory
  categories={DEFAULT_MALL_CATEGORIES}
  onCategoryClick={(cat, results) => console.log(cat.label, results.length)}
/>

基于蜂鸟视图 Fengmap SDK 构建