Commit d3259665 by niuxiaolin

替换After

parent 223d15c2
...@@ -10957,45 +10957,45 @@ window.BMAP_AUTHENTIC_KEY = "KhQqnL3owyAzqjr4zCGbWiiHwPFmKTD6"; ...@@ -10957,45 +10957,45 @@ window.BMAP_AUTHENTIC_KEY = "KhQqnL3owyAzqjr4zCGbWiiHwPFmKTD6";
}, },
BMAP_API_VERSION: "2.0" BMAP_API_VERSION: "2.0"
}); });
var Af = Map.prototype; var mapPrototype = Map.prototype;
U(Af, { U(mapPrototype, {
getBounds: Af.te, getBounds: mapPrototype.te,
getCenter: Af.Bb, getCenter: mapPrototype.Bb,
getMapType: Af.va, getMapType: mapPrototype.va,
getSize: Af.Hb, getSize: mapPrototype.Hb,
setSize: Af.Ae, setSize: mapPrototype.Ae,
getViewport: Af.vs, getViewport: mapPrototype.vs,
getZoom: Af.ka, getZoom: mapPrototype.ka,
centerAndZoom: Af.Ed, centerAndZoom: mapPrototype.Ed,
panTo: Af.ji, panTo: mapPrototype.ji,
panBy: Af.tg, panBy: mapPrototype.tg,
setCenter: Af.pf, setCenter: mapPrototype.pf,
setCurrentCity: Af.uE, setCurrentCity: mapPrototype.uE,
setMapType: Af.wg, setMapType: mapPrototype.wg,
setViewport: Af.mh, setViewport: mapPrototype.mh,
setZoom: Af.Qc, setZoom: mapPrototype.Qc,
highResolutionEnabled: Af.Yw, highResolutionEnabled: mapPrototype.Yw,
zoomTo: Af.yg, zoomTo: mapPrototype.yg,
zoomIn: Af.hF, zoomIn: mapPrototype.hF,
zoomOut: Af.iF, zoomOut: mapPrototype.iF,
addHotspot: Af.eB, addHotspot: mapPrototype.eB,
removeHotspot: Af.bZ, removeHotspot: mapPrototype.bZ,
clearHotspots: Af.bw, clearHotspots: mapPrototype.bw,
checkResize: Af.zU, checkResize: mapPrototype.zU,
addControl: Af.Mv, addControl: mapPrototype.Mv,
removeControl: Af.KM, removeControl: mapPrototype.KM,
getContainer: Af.Ua, getContainer: mapPrototype.Ua,
addContextMenu: Af.Wn, addContextMenu: mapPrototype.Wn,
removeContextMenu: Af.ap, removeContextMenu: mapPrototype.ap,
addOverlay: Af.Pa, addOverlay: mapPrototype.Pa,
removeOverlay: Af.Sb, removeOverlay: mapPrototype.Sb,
clearOverlays: Af.lJ, clearOverlays: mapPrototype.lJ,
openInfoWindow: Af.ad, openInfoWindow: mapPrototype.ad,
closeInfoWindow: Af.Xc, closeInfoWindow: mapPrototype.Xc,
pointToOverlayPixel: Af.Ve, pointToOverlayPixel: mapPrototype.Ve,
overlayPixelToPoint: Af.tM, overlayPixelToPoint: mapPrototype.tM,
getInfoWindow: Af.$g, getInfoWindow: mapPrototype.$g,
getOverlays: Af.Mw, getOverlays: mapPrototype.Mw,
getPanes: function() { getPanes: function() {
return { return {
floatPane: this.Wd.BC, floatPane: this.Wd.BC,
...@@ -11008,21 +11008,21 @@ window.BMAP_AUTHENTIC_KEY = "KhQqnL3owyAzqjr4zCGbWiiHwPFmKTD6"; ...@@ -11008,21 +11008,21 @@ window.BMAP_AUTHENTIC_KEY = "KhQqnL3owyAzqjr4zCGbWiiHwPFmKTD6";
vertexPane: this.Wd.$N vertexPane: this.Wd.$N
} }
}, },
addTileLayer: Af.Me, addTileLayer: mapPrototype.Me,
removeTileLayer: Af.Tf, removeTileLayer: mapPrototype.Tf,
pixelToPoint: Af.Ib, pixelToPoint: mapPrototype.Ib,
pointToPixel: Af.Rb, pointToPixel: mapPrototype.Rb,
setFeatureStyle: Af.J4, setFeatureStyle: mapPrototype.J4,
selectBaseElement: Af.C4, selectBaseElement: mapPrototype.C4,
setMapStyle: Af.kt, setMapStyle: mapPrototype.kt,
enable3DBuilding: Af.ro, enable3DBuilding: mapPrototype.ro,
disable3DBuilding: Af.lV, disable3DBuilding: mapPrototype.lV,
getPanorama: Af.os, getPanorama: mapPrototype.os,
initIndoorLayer: Af.GX, initIndoorLayer: mapPrototype.GX,
setNormalMapDisplay: Af.gN, setNormalMapDisplay: mapPrototype.gN,
setMapStyleV2: Af.GZ, setMapStyleV2: mapPrototype.GZ,
setBMapCopyrightOffset: Af.tE, setBMapCopyrightOffset: mapPrototype.tE,
getVectorContainer: Af.hX getVectorContainer: mapPrototype.hX
}); });
var Bf = Dd.prototype; var Bf = Dd.prototype;
U(Bf, { U(Bf, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment