(region: Region)
| 861 | } |
| 862 | } |
| 863 | setRegion(region: Region) { |
| 864 | if (this.fabricMap.current) { |
| 865 | this.fabricMap.current.animateToRegion(region, 0); |
| 866 | } |
| 867 | //TODO fix for android |
| 868 | } |
| 869 | |
| 870 | fitToElements(options: FitToOptions = {}) { |
| 871 | const { |
nothing calls this directly
no test coverage detected