degree coordinates are converted to Tencent coordinates, but
https://map.qq.com/api/js?v=2.
and you can see the
object qq.maps.convertor
qq.maps.convertor.translate(new qq.maps.LatLng(lat,lng),3,function(res){
console.log(res);
});
});
found that it can be converted
![...]