MCPcopy
hub / github.com/koala73/worldmonitor / InvestmentsMapLike

Interface InvestmentsMapLike

src/services/investments-focus.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { MapLayers } from '@/types';
2
3interface InvestmentsMapLike {
4 enableLayer: (layer: keyof MapLayers) => void;
5 setCenter: (lat: number, lon: number, zoom: number) => void;
6}
7
8export function focusInvestmentOnMap(
9 map: InvestmentsMapLike | null,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected