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

Class

example/src/examples/IndoorMap.tsx:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const LONGITUDE_DELTA = LATITUDE_DELTA * ASPECT_RATIO;
11
12export default class IndoorMap extends React.Component<any, any> {
13 map: any;
14 constructor(props: any) {
15 super(props);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected