We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e22138 commit 1fadf9bCopy full SHA for 1fadf9b
src/classic/overlay/MapVLayer.js
@@ -218,6 +218,7 @@ export class MapVLayer extends SuperMap.Layer {
218
* @function SuperMap.Layer.MapVLayer.prototype.transferToMapLatLng
219
* @description 将经纬度转成底图的投影坐标。
220
* @param {SuperMap.Lonlat} latLng - 经纬度坐标。
221
+ * @deprecated
222
*/
223
transferToMapLatLng(latLng) {
224
var source = "EPSG:4326",
0 commit comments