@indoor-map/fmap-react • Docs
FMapCategory(
props,deprecatedLegacyContext?):ReactNode
分类标签栏组件 提供 POI 分类筛选功能,点击分类后在地图上高亮对应 POI
Parameters
• props: FMapCategoryProps
• deprecatedLegacyContext?: any
Deprecated
See
Returns
ReactNode
Example
tsx
<FMapCategory
categories={DEFAULT_MALL_CATEGORIES}
onCategoryClick={(cat, results) => console.log(cat.label, results.length)}
/>