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

Method getCamera

src/specs/NativeAirMapsModule.ts:27–27  ·  view source on GitHub ↗
(tag: Double)

Source from the content-addressed store, hash-verified

25
26export interface Spec extends TurboModule {
27 getCamera(tag: Double): Promise<Camera>;
28 getMarkersFrames(tag: Double, onlyVisible: boolean): Promise<unknown>;
29 getMapBoundaries(tag: Double): Promise<MapBoundaries>;
30 takeSnapshot(tag: Double, config: string): Promise<string>;

Callers 5

getCameraMethod · 0.65
setCameraMethod · 0.65
animateCameraMethod · 0.65
getCameraMethod · 0.65
getCameraFunction · 0.65

Implementers 2

NativeAirMapsModuleSpecandroid/src/main/java/com/facebook/fbr
NativeAirMapsModuleandroid/src/main/java/com/rnmaps/fabri

Calls

no outgoing calls

Tested by

no test coverage detected