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

Function getCamera

src/createFabricMap.tsx:109–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108 },
109 async getCamera() {
110 if (fabricRef.current) {
111 return NativeAirMapsModule.getCamera(node);
112 } else {
113 throw new Error('getCamera is only supported on iOS with Fabric.');
114 }
115 },
116 async getMapBoundaries() {
117 if (fabricRef.current) {
118 return NativeAirMapsModule.getMapBoundaries(node);

Callers

nothing calls this directly

Calls 1

getCameraMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…