(props)
| 89290 | (0, _inheritsDefault.default)(MapView1, _View); |
| 89291 | var _super = _createSuper(MapView1); |
| 89292 | function MapView1(props) { |
| 89293 | (0, _classCallCheckDefault.default)(this, MapView1); |
| 89294 | return _super.call(this, Object.assign({}, props, { |
| 89295 | type: (0, _webMercatorViewportDefault.default) |
| 89296 | })); |
| 89297 | } |
| 89298 | (0, _createClassDefault.default)(MapView1, [ |
| 89299 | { |
| 89300 | key: "controller", |
nothing calls this directly
no outgoing calls
no test coverage detected