MCPcopy Create free account
hub / github.com/RodrigoHamuy/react-three-map / triggerRepaint

Method triggerRepaint

src/core/generic-map.ts:42–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 /** MapLibre only */
41 getPixelRatio?: ()=>number;
42 triggerRepaint(): void;
43 // eslint-disable-next-line @typescript-eslint/ban-types
44 on<T extends keyof MapEventType>(type: T, listener: (ev: MapEventType[T] & Object) => void): void;
45 // eslint-disable-next-line @typescript-eslint/ban-types

Callers 4

sync-camera-fc.tsxFile · 0.80
useRootFunction · 0.80
useRenderFunction · 0.80
RenderAtCoordsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected