Commit d3259665 by niuxiaolin

替换After

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