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

Function getMapBoundaries

src/createFabricMap.tsx:116–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115 },
116 async getMapBoundaries() {
117 if (fabricRef.current) {
118 return NativeAirMapsModule.getMapBoundaries(node);
119 } else {
120 throw new Error(
121 'getMapBoundaries is only supported on iOS with Fabric.',
122 );
123 }
124 },
125 animateToRegion(region: Region, duration: number) {
126 if (fabricRef.current) {
127 try {

Callers

nothing calls this directly

Calls 1

getMapBoundariesMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…