MCPcopy
hub / github.com/react-native-maps/react-native-maps / getMarkersFrames

Function getMarkersFrames

src/createFabricMap.tsx:63–71  ·  view source on GitHub ↗
(onlyVisible: boolean)

Source from the content-addressed store, hash-verified

61
62 useImperativeHandle(ref, () => ({
63 async getMarkersFrames(onlyVisible: boolean) {
64 if (fabricRef.current) {
65 return NativeAirMapsModule.getMarkersFrames(node, onlyVisible);
66 } else {
67 throw new Error(
68 'getMarkersFrames is only supported on iOS with Fabric.',
69 );
70 }
71 },
72 async getCoordinateForPoint(point: Point) {
73 if (fabricRef.current) {
74 return NativeAirMapsModule.getCoordinateForPoint(node, point);

Callers

nothing calls this directly

Calls 1

getMarkersFramesMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…