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

Interface Marker

lib/store.ts:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12interface Marker {
13 id: string
14 title: string
15 description: string
16 latitude: number
17 longitude: number
18}
19
20interface MapStore {
21 mapInstance: any | null // Changed from mapboxgl.Map to any to support both Mapbox and Leaflet

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected