(northEast: LatLng, southWest: LatLng)
| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected