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

Function toggleWMSTiles

example/src/examples/WMSTiles.tsx:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 toggleWMSTiles() {
30 this.setState({isWMSTilesActive: !this.state.isWMSTilesActive});
31 }
32
33 render() {
34 const {region} = this.state;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…