(activeLevelIndex: number)
| 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 |
nothing calls this directly
no test coverage detected