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

Function MapView

docs/tests/v2/es6/js/sanddance.js:50983–50989  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

_classCallCheckFunction · 0.70
_getPrototypeOfFunction · 0.70

Tested by

no test coverage detected