@indoor-map/fmap-react • Docs
FMapRouteStrategySelector(
props,deprecatedLegacyContext?):ReactNode
路线规划策略选择器 分段胶囊:浅灰底容器,选中项为白色凸起胶囊 + 主色文字
Parameters
• props: FMapRouteStrategySelectorProps
• deprecatedLegacyContext?: any
Deprecated
See
Returns
ReactNode
Example
tsx
<FMapRouteStrategySelector
options={[{ key: 'optimal', label: '最优路线' }, { key: 'stair', label: '走楼梯' }]}
value="optimal"
onChange={(key) => console.log('策略', key)}
/>