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