MCPcopy Create free account
hub / github.com/react-native-maps/react-native-maps /

Class

example/src/examples/CameraControl.tsx:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const LONGITUDE = -122.4324;
8
9class CameraControl extends React.Component<any, any> {
10 map: any;
11 async getCamera() {
12 const camera = await this.map.getCamera();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected