MCPcopy Create free account
hub / github.com/microsoft/SandDance / MapView1

Function MapView1

docs/app/js/sanddance-app.js:89292–89297  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

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",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected