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

Method setMapBoundaries

src/MapView.tsx:936–940  ·  view source on GitHub ↗
(northEast: LatLng, southWest: LatLng)

Source from the content-addressed store, hash-verified

934 }
935
936 setMapBoundaries(northEast: LatLng, southWest: LatLng) {
937 if (this.map.current) {
938 Commands.setMapBoundaries(this.map.current, northEast, southWest);
939 }
940 }
941
942 setIndoorActiveLevelIndex(activeLevelIndex: number) {
943 if (this.fabricMap.current) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected