MCPcopy Create free account
hub / github.com/Seanium/ChatMap / ClientMapProps

Interface ClientMapProps

components/client-map.tsx:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16interface ClientMapProps {
17 markers: Marker[]
18 setMapInstance: (map: any) => void
19 task_type?: string // 添加任务类型属性
20}
21
22export default function ClientMap({ markers, setMapInstance, task_type = "LOCATION_LIST" }: ClientMapProps) {
23 const mapContainer = useRef<HTMLDivElement>(null)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected