(props)
| 50981 | _inherits(MapView, _View); |
| 50982 | |
| 50983 | function MapView(props) { |
| 50984 | _classCallCheck(this, MapView); |
| 50985 | |
| 50986 | return _possibleConstructorReturn(this, _getPrototypeOf(MapView).call(this, Object.assign({}, props, { |
| 50987 | type: _webMercatorViewport.default |
| 50988 | }))); |
| 50989 | } |
| 50990 | |
| 50991 | _createClass(MapView, [{ |
| 50992 | key: "controller", |
nothing calls this directly
no test coverage detected