坐标转换, WGS84 GCJ-02 BD-09 互转. python & js
from coordTransUtil.coordTransform_utils import wgs84_to_gcj02
# @return [lng, lat]
wgs84_to_gcj02(lng, lat)
import * as coordTransform_utils from './coordTransUtil/coordTransform_utils.js';
# @return [lng, lat]
coordTransform_utils.wgs84_to_gcj02(lng, lat)