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

Method setIndoorActiveLevelIndex

src/MapView.tsx:942–947  ·  view source on GitHub ↗
(activeLevelIndex: number)

Source from the content-addressed store, hash-verified

940 }
941
942 setIndoorActiveLevelIndex(activeLevelIndex: number) {
943 if (this.fabricMap.current) {
944 return this.fabricMap.current.setIndoorActiveLevelIndex(activeLevelIndex);
945 }
946 return Promise.reject('getMapBoundaries not supported on this platform');
947 }
948
949 /**
950 * Takes a snapshot of the map and saves it to a picture

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected