Home
About
Company Profile
Certificate
General Manager Speech
Real Photos
Vidoe
Download
Products
Gate Valve Series
Globe Valve Series
Check Valve/Filter Series
Ball Valve Series
Butterfly Valve Series
Water Valve Series
Forged Steel Valve Series
Fluorine Lined Rubber Series
Threaded Valve Series
Quality
Manufacturing Process
Production Control
News
Enterprise News
Industry Dynamics
Application
Contact
CN
Search
CN
Contact Us
China · Jianeng Valve Co., Ltd
Address:No. 18-2 Binhai 9th Road, Wenzhou, China Valve City
Tel:0577-8691 5955 / 8691 5655
Fax:0577-8691 5955
E-Mail:2258773799@qq.com
National VIP Hotline:0577-8691 5955
Home
Products
Contact
// 创建地图实例 var map = new BMap.Map("mapContent"); // 其中container为你的地图容器的id // 创建一个坐标点 var point = new BMap.Point(120.834773, 27.848111); // 这里的坐标可以是任意的,因为我们要通过地址来确定 // 初始化地图,设置中心点坐标和地图级别 //map.enableScrollWheelZoom(true); // 创建标注 // 将标注添加到地图中 // 调整地图中心点 // 创建信息窗口对象 width : 450, // 信息窗口宽度 height: 150, // 信息窗口高度 title : "Company Info" // 信息窗口标题 // 创建信息窗口 // 打开信息窗口 // // 创建一个Geocoder实例 // var geocoder = new BMap.Geocoder(); // // // 将地址解析为坐标 // geocoder.getPoint("No. 18-2 Binhai 9th Road, Wenzhou, China Valve City", function(point) { // if (point) { // console.log(point);return; // // 创建标注 // var marker = new BMap.Marker(point); // // 将标注添加到地图中 // map.addOverlay(marker); // // 调整地图中心点 // map.panTo(point); // // 创建信息窗口对象 // var opts = { // width : 450, // 信息窗口宽度 // height: 150, // 信息窗口高度 // title : "公司信息" // 信息窗口标题 // } // // 创建信息窗口 // var infoWindow = new BMap.InfoWindow("联系地址:No. 18-2 Binhai 9th Road, Wenzhou, China Valve City;
联系电话:0577-8691 5955 / 8691 5655", opts); // // 打开信息窗口 // marker.openInfoWindow(infoWindow); // } // }, "温州市"); // 这里可以指定一个城市,以便更精确的搜索