(props)
| 50842 | _inherits(MapController, _Controller); |
| 50843 | |
| 50844 | function MapController(props) { |
| 50845 | var _this2; |
| 50846 | |
| 50847 | _classCallCheck(this, MapController); |
| 50848 | |
| 50849 | _this2 = _possibleConstructorReturn(this, _getPrototypeOf(MapController).call(this, MapState, props)); |
| 50850 | _this2.invertPan = true; |
| 50851 | return _this2; |
| 50852 | } |
| 50853 | |
| 50854 | _createClass(MapController, [{ |
| 50855 | key: "_getTransitionProps", |
nothing calls this directly
no test coverage detected