MCPcopy Index your code
hub / github.com/react-native-maps/react-native-maps / getCamera

Method getCamera

src/MapView.tsx:826–831  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

824 }
825
826 getCamera(): Promise<Camera> {
827 if (this.fabricMap.current) {
828 return this.fabricMap.current.getCamera();
829 }
830 return Promise.reject('getCamera not supported on this platform');
831 }
832
833 setCamera(camera: Partial<Camera>) {
834 if (this.fabricMap.current) {

Callers

nothing calls this directly

Calls 1

getCameraMethod · 0.65

Tested by

no test coverage detected