中文|English
about us
关于我们
Contact Us    Toll Free Service: 800-820-1166
Current Location:Home  >  Contact Us  >  Contact Us
Sundiro Honda Motorcycle Co., Ltd.
TEL:

+86-21-69796828
+86-21-69796127

FAX:

+86-21-69796120

Email:

liuqy@honda-sundiro.com
zhweng@honda-sundiro.com


Launch iCarScan
Launch M-Diag
CK100 Auto Key Programmer
Xtuner x500
digimaster 3
MaxiDAS DS808
Multi-Diag Access J2534
Delphi DS150
Linde Canbox Diagnostic Cable
X-100 PAD2
vag dash can v5.29
VXDIAG A3
WABCO DIAGNOSTIC KIT
Car Diagnostic Tools
obdii
继续访问
var map = new AMap.Map('mapContainer', { resizeEnable: true, center: [117.99276,36.332991], zoom: 5.5 }); map.clearMap(); // 清除地图覆盖物 var markers = [{ icon: 'http://webapi.amap.com/theme/v1.3/markers/n/mark_b2.png', position: [117.183279,39.137768] }, { icon: 'http://webapi.amap.com/theme/v1.3/markers/n/mark_b1.png', position: [121.451452,31.235808] }]; // 添加一些分布不均的点到地图上,地图上添加三个点标记,作为参照 markers.forEach(function(marker) { new AMap.Marker({ map: map, icon: marker.icon, position: [marker.position[0], marker.position[1]], offset: new AMap.Pixel(-12, -36) }); }); //var center = map.getCenter(); map.setLang('en');//英文 //map.setLang('zh_en');//中英双语 //map.setLang('zh_cn');//中文