MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / LeafletMapCoordSys

Function LeafletMapCoordSys

src/leaflet/overlay/EChartsLayer.js:237–241  ·  view source on GitHub ↗
(leafletMap)

Source from the content-addressed store, hash-verified

235 * @param {L.Map} leafletMap - Leaflet Map 对象。
236 */
237export function LeafletMapCoordSys(leafletMap) {
238 this._LeafletMap = leafletMap;
239 this.dimensions = ['lng', 'lat'];
240 this._mapOffset = _getMapOffset(leafletMap);
241}
242
243LeafletMapCoordSys.prototype.dimensions = ['lng', 'lat'];
244

Callers

nothing calls this directly

Calls 1

_getMapOffsetFunction · 0.85

Tested by

no test coverage detected